13 lines
374 B
TypeScript
13 lines
374 B
TypeScript
/** @stable */
|
|
export declare class BrowserDynamicTestingModule {
|
|
}
|
|
|
|
/** @experimental */
|
|
export declare const platformBrowserDynamicTesting: (extraProviders?: any[]) => PlatformRef;
|
|
|
|
/** @deprecated */
|
|
export declare const TEST_BROWSER_DYNAMIC_APPLICATION_PROVIDERS: Array<any>;
|
|
|
|
/** @deprecated */
|
|
export declare const TEST_BROWSER_DYNAMIC_PLATFORM_PROVIDERS: Array<any>;
|