Last change
on this file since e29cc2e was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago |
primeNG components
|
-
Property mode
set to
100644
|
File size:
594 bytes
|
Line | |
---|
1 | /**
|
---|
2 | * @license Angular v12.2.13
|
---|
3 | * (c) 2010-2021 Google LLC. https://angular.io/
|
---|
4 | * License: MIT
|
---|
5 | */
|
---|
6 |
|
---|
7 | import { NgZone } from '@angular/core';
|
---|
8 | import { PlatformRef } from '@angular/core';
|
---|
9 | import { StaticProvider } from '@angular/core';
|
---|
10 |
|
---|
11 | /**
|
---|
12 | * NgModule for testing.
|
---|
13 | *
|
---|
14 | * @publicApi
|
---|
15 | */
|
---|
16 | export declare class BrowserTestingModule {
|
---|
17 | }
|
---|
18 |
|
---|
19 | /**
|
---|
20 | * Platform for testing
|
---|
21 | *
|
---|
22 | * @publicApi
|
---|
23 | */
|
---|
24 | export declare const platformBrowserTesting: (extraProviders?: StaticProvider[] | undefined) => PlatformRef;
|
---|
25 |
|
---|
26 | export declare function ɵangular_packages_platform_browser_testing_testing_a(): NgZone;
|
---|
27 |
|
---|
28 | export { }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.