angular-docs-cn/tools/public_api_guard
Martin Probst ebc8e808a9 feat(router): register NgModuleFactory objects. (#11211)
When lazily loading code, users need to be able to get hold of the
NgModuleFactory. For SystemJS environments, the SystemJS registry serves
this purpose. However other environments, such as modules compiled with
Closure compiler, do not expose exports object or a path based registry.

For these environments, `@NgModule` objects can include an identifier, and
the loading code can then pass `loadModule(id).then(() =>
getNgModule(id))` to the router.
2016-09-01 13:46:08 -07:00
..
common fix(packages): use ES modules for primary build (#11120) 2016-08-30 18:07:40 -07:00
compiler fix(packages): use ES modules for primary build (#11120) 2016-08-30 18:07:40 -07:00
core feat(router): register NgModuleFactory objects. (#11211) 2016-09-01 13:46:08 -07:00
forms fix(forms): support radio buttons with same name but diff parent (#11152) 2016-08-29 17:49:42 -07:00
http fix(packages): use ES modules for primary build (#11120) 2016-08-30 18:07:40 -07:00
platform-browser refactor(webworkers): move webworkers to separate @angular/platform-webworker and @angular/platform-webworker-dynamic packages 2016-08-30 21:07:45 -07:00
platform-browser-dynamic refactor(webworkers): move webworkers to separate @angular/platform-webworker and @angular/platform-webworker-dynamic packages 2016-08-30 21:07:45 -07:00
platform-server fix(packages): use ES modules for primary build (#11120) 2016-08-30 18:07:40 -07:00
platform-webworker refactor(webworkers): move webworkers to separate @angular/platform-webworker and @angular/platform-webworker-dynamic packages 2016-08-30 21:07:45 -07:00
platform-webworker-dynamic refactor(webworkers): move webworkers to separate @angular/platform-webworker and @angular/platform-webworker-dynamic packages 2016-08-30 21:07:45 -07:00
router docs(router): fix up the exampesd 2016-08-30 20:37:35 -07:00
upgrade docs(upgrade): mark upgrade apis as stable 2016-08-25 13:29:03 -07:00