angular-cn/modules/@angular/platform-browser/test/browser
Tobias Bosch 7e4fd7d7da refactor(core): introduce `@NgModule.bootstrap` and `ngDoBootstrap` method
If a `@NgModule` has a `bootstrap` property, `PlatformRef.bootstrapModule` /
`PlatformRef.bootstrapModuleFactory` will automatically bootstrap the components
listed in there.
If such a property does not exist, `PlatformRef.bootstrapModule` /
`PlatformRef.bootstrapModuleFactory` will try to call the method `ngDoBootstrap(appRef: ApplicationRef)` on the module class.
Otherwise an error is reported.
2016-08-02 11:23:26 -07:00
..
static_assets
tools chore: remove obsolete files (#10240) 2016-07-22 16:18:31 -07:00
bootstrap_spec.ts refactor(core): introduce `@NgModule.bootstrap` and `ngDoBootstrap` method 2016-08-02 11:23:26 -07:00
browser_adapter_spec.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
rectangle_mock.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
title_spec.ts fix(testing): remove deprecated testing APIs (#9923) 2016-07-11 16:04:32 -07:00