angular-cn/modules/@angular/platform-browser/test
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
..
browser refactor(core): introduce `@NgModule.bootstrap` and `ngDoBootstrap` method 2016-08-02 11:23:26 -07:00
dom fix(testing): correctly import NgMatchers (#10077) 2016-07-22 09:20:51 -07:00
security feat(security): only warn when actually sanitizing HTML. (#10272) 2016-07-26 11:39:09 -07:00
static_assets repackaging: all the file moves 2016-05-01 20:51:00 -07:00
web_workers test: reactivate some of the disabled tests in Edge (#10450) 2016-08-02 10:58:03 -07:00
browser_util_spec.ts fix(platform-browser): IEMobile is badly detected when testing (#10382) 2016-07-29 10:05:12 -07:00
testing_public_spec.ts refactor(testing): introduce new testing api to support ng modules 2016-07-29 04:47:18 -07:00