angular/modules/@angular/compiler-cli/integrationtest
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
..
src refactor(core): introduce @NgModule.bootstrap and ngDoBootstrap method 2016-08-02 11:23:26 -07:00
test refactor(core): fix bootstrapModule regarding zones and initializers (#10383) 2016-08-01 02:12:59 -07:00
tsconfig.json feat(compiler-cli): add a debug option to control the output 2016-06-15 18:13:57 -07:00