16 lines
445 B
TypeScript
16 lines
445 B
TypeScript
/** @experimental */
|
|
export declare const BROWSER_DYNAMIC_TEST_COMPILER_FACTORY: CompilerFactory;
|
|
|
|
/** @stable */
|
|
export declare class BrowserDynamicTestModule {
|
|
}
|
|
|
|
/** @experimental */
|
|
export declare const browserDynamicTestPlatform: () => PlatformRef;
|
|
|
|
/** @deprecated */
|
|
export declare const TEST_BROWSER_DYNAMIC_APPLICATION_PROVIDERS: Array<any>;
|
|
|
|
/** @deprecated */
|
|
export declare const TEST_BROWSER_DYNAMIC_PLATFORM_PROVIDERS: Array<any>;
|