2016-06-08 23:38:52 +00:00
|
|
|
import {BROWSER_APP_COMPILER_PROVIDERS, BROWSER_APP_PROVIDERS} from '@angular/platform-browser';
|
|
|
|
|
|
|
|
|
|
export {CACHED_TEMPLATE_PROVIDER, bootstrap} from '@angular/platform-browser';
|
2016-05-24 23:13:17 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
/* @deprecated the platform-browser-dynamic module is deprecated. */
|
2016-06-08 23:38:52 +00:00
|
|
|
export const BROWSER_APP_DYNAMIC_PROVIDERS: Array<any /*Type | Provider | any[]*/> =
|
|
|
|
|
[BROWSER_APP_PROVIDERS, BROWSER_APP_COMPILER_PROVIDERS];
|
2016-05-24 23:13:17 +00:00
|
|
|
|
|
|
|
|
console.log(`platform-browser-dynamic is deprecated, use platform-browser instead`);
|