Bones/node_modules/angular2/platform/testing/browser_static.d.ts

10 lines
359 B
TypeScript
Raw Normal View History

2017-05-17 13:45:25 -04:00
/**
* 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>;