angular-cn/tools/public_api_guard
Georgios Kalpakas 469010ea8e feat(UpgradeComponent): add/improve support for lifecycle hooks
Add support for the `$postDigest()` and `$onDestroy()` lifecycle hooks.
Better align the behavior of the `$onChanges()` and `$onInit()` lifecycle hooks
with Angular 1.x:

- Call `$onInit()` before pre-linking.
- Always instantiate the controller before calling `$onChanges()`.
2016-11-04 11:16:28 -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 refactor(compiler): remove view factories, use view classes directly 2016-11-02 20:58:48 -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 fix(router): reset URL to the stable state when a navigation gets canceled 2016-11-02 12:25:23 -07:00
upgrade feat(UpgradeComponent): add/improve support for lifecycle hooks 2016-11-04 11:16:28 -07:00