angular-cn/modules/@angular/compiler-cli/integrationtest/test
Tobias Bosch 5a21f168d6 refactor(core): change bootstrap of modules and names of platforms
BREAKING CHANGES:
- `browserPlatform`/`browserDynamicPlatform`/... have been deprecated and renamed into `platformBrowser`/`platformBrowserDynamic`/....
- `bootstrapModule` and `bootstrapModuleFactory` have been moved to be members of `PlaformRef`.
  E.g. `platformBrowserDynamic().bootstrapModule(MyModule)`.
2016-07-26 07:28:55 -07:00
..
animate_spec.ts feat(browser): use AppModules for bootstrap in the browser 2016-07-02 20:35:09 -07:00
basic_spec.ts feat(browser): use AppModules for bootstrap in the browser 2016-07-02 20:35:09 -07:00
entry_components_spec.ts refactor(core): rename `precompile` into `entryComponents`. 2016-07-26 07:04:36 -07:00
i18n_spec.ts feat(browser): use AppModules for bootstrap in the browser 2016-07-02 20:35:09 -07:00
init.ts refactor(core): make `lockRunMode` a noop and deprecate it. 2016-07-07 16:16:55 -07:00
ng_module_spec.ts refactor(core): rename `precompile` into `entryComponents`. 2016-07-26 07:04:36 -07:00
projection_spec.ts feat(browser): use AppModules for bootstrap in the browser 2016-07-02 20:35:09 -07:00
query_spec.ts feat(browser): use AppModules for bootstrap in the browser 2016-07-02 20:35:09 -07:00
util.ts refactor(core): change bootstrap of modules and names of platforms 2016-07-26 07:28:55 -07:00