10 lines
359 B
TypeScript
10 lines
359 B
TypeScript
|
/**
|
||
|
* Default patform providers for testing without a compiler.
|
||
|
*/
|
||
|
export declare const TEST_BROWSER_STATIC_PLATFORM_PROVIDERS: Array<any>;
|
||
|
export declare const ADDITIONAL_TEST_BROWSER_PROVIDERS: Array<any>;
|
||
|
/**
|
||
|
* Default application providers for testing without a compiler.
|
||
|
*/
|
||
|
export declare const TEST_BROWSER_STATIC_APPLICATION_PROVIDERS: Array<any>;
|