mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
chore(CHANGELOG): add life cycle hook names to changelog
This commit is contained in:
@ -43,3 +43,12 @@
|
|||||||
##### Features
|
##### Features
|
||||||
|
|
||||||
* Upgraded to Angular alpha.50
|
* Upgraded to Angular alpha.50
|
||||||
|
* Life cycle hooks are now prefixed with `ng`
|
||||||
|
* ngOnChanges
|
||||||
|
* ngOnInit
|
||||||
|
* ngDoCheck
|
||||||
|
* ngAfterContentInit
|
||||||
|
* ngAfterContentChecked
|
||||||
|
* ngAfterViewInit
|
||||||
|
* ngAfterViewChecked
|
||||||
|
* ngOnDestroy
|
||||||
|
Reference in New Issue
Block a user