angular/modules/@angular/upgrade/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
..
angular_js.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
constants.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
downgrade_ng2_adapter.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
metadata.ts chore(lint): enable lint check for duplicate vars 2016-07-13 12:33:39 -07:00
upgrade_adapter.ts refactor(core): introduce @NgModule.bootstrap and ngDoBootstrap method 2016-08-02 11:23:26 -07:00
upgrade_ng1_adapter.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
util.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00