angular-docs-cn/tools/public_api_guard
Igor Minar d21331e902 fix(ngUpgrade): to work with @NgModule
We changed the bootstrap order:
1. create NgZone
2. bootstrap ng1 inside NgZone and upgrade ng1 components to ng2 components.
3. bootstrap ng2 with NgZone

Note: Previous footgun behavior was: bootstrap ng2 first to extract NgZone, so that ng1 bootstrap can happen in NgZone. This meant that if ng2 bootstrap eagerly compiled a component which contained ng1 components, then we did not have complete metadata.
2016-08-08 12:50:08 -07:00
..
common refactor(NgTemplateOutlet): simplify implementation (#10492) 2016-08-04 11:28:36 -07:00
compiler feat(compiler): support sync runtime compile 2016-06-28 10:26:16 -07:00
core fix(linker/compiler): rename const to avoid duplicate declaration (#10457) 2016-08-04 11:31:58 -07:00
forms feat(forms): allow both patching and strict setting of values (#10537) 2016-08-05 13:35:17 -07:00
http feat(http): add options method to Http (#10540) 2016-08-08 09:15:13 -07:00
platform-browser chore: update public api 2016-07-26 07:45:40 -07:00
platform-browser-dynamic chore: remove module aware bootstrap API (#10543) 2016-08-08 09:36:09 -07:00
platform-server chore: update public api 2016-07-26 07:45:40 -07:00
router fix(router): update dts files 2016-08-08 09:15:59 -07:00
upgrade fix(ngUpgrade): to work with @NgModule 2016-08-08 12:50:08 -07:00