angular2
Version:
Angular 2 - a web framework for modern web apps
10 lines (9 loc) • 369 B
TypeScript
/**
* Default platform 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>;