angular-docs-cn/tools/public_api_guard
Alex Eagle a26dd28bdb refactor(upgrade): re-export the new static upgrade APIs on new entry
Add upgrade-static.umd.js bundles
This allows depending on it without getting a transitive dependency on compiler.

BREAKING CHANGE:

Four newly added APIs in 2.2.0-beta:
downgradeComponent, downgradeInjectable, UpgradeComponent, and UpgradeModule
are no longer exported by @angular/upgrade.
Import these from @angular/upgrade/static instead.
2016-10-26 15:14:22 -07:00
..
common fix(common): fix ngOnChanges signature of NgTemplateOutlet directive 2016-09-15 11:00:30 -07:00
compiler fix(packages): use ES modules for primary build (#11120) 2016-08-30 18:07:40 -07:00
core fix(animations): generate aot code for animation trigger output events (#12291) 2016-10-18 17:16:51 -07:00
forms feat(forms): make 'parent' a public property of 'AbstractControl' (#11855) 2016-10-19 09:55:50 -07:00
http fix(Header): preserve case of the first init, `set()` or `append()` (#12023) 2016-10-03 15:27:56 -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 fix(platform-browser-dynamic): mark platformBrowserDynamic as stable API (#12154) 2016-10-07 13:54:06 -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 feat(router): export routerLinkActive w/ isActive property 2016-10-26 14:08:22 -07:00
upgrade refactor(upgrade): re-export the new static upgrade APIs on new entry 2016-10-26 15:14:22 -07:00