2016-06-08 19:38:52 -04: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 19:13:17 -04:00
|
|
|
|
|
|
|
|
|
|
|
/* @deprecated the platform-browser-dynamic module is deprecated. */
|
2016-06-08 19:38:52 -04:00
|
|
|
export const BROWSER_APP_DYNAMIC_PROVIDERS: Array<any /*Type | Provider | any[]*/> =
|
|
|
|
[BROWSER_APP_PROVIDERS, BROWSER_APP_COMPILER_PROVIDERS];
|
2016-05-24 19:13:17 -04:00
|
|
|
|
|
|
|
console.log(`platform-browser-dynamic is deprecated, use platform-browser instead`);
|