angular2
Version:
Angular 2 - a web framework for modern web apps
14 lines (13 loc) • 452 B
TypeScript
/**
* Providers for using template cache to avoid actual XHR.
* Re-exported here so that tests import from a single place.
*/
export { CACHED_TEMPLATE_PROVIDER } from 'angular2/platform/browser';
/**
* Default platform providers for testing.
*/
export declare const TEST_BROWSER_PLATFORM_PROVIDERS: Array<any>;
/**
* Default application providers for testing.
*/
export declare const TEST_BROWSER_APPLICATION_PROVIDERS: Array<any>;