angular-cn/modules/@angular/platform-server/src
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
..
facade repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
parse5_adapter.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
server.ts refactor(core): introduce `@NgModule.bootstrap` and `ngDoBootstrap` method 2016-08-02 11:23:26 -07:00