docs(lifecycle-hooks): update to cache file (#2222)

No other changes.
This commit is contained in:
Patrice Chalin 2016-08-30 14:02:19 -07:00 committed by Kathy Walrath
parent aeec881c81
commit a24800aed7
1 changed files with 2 additions and 2 deletions

View File

@ -379,8 +379,8 @@ figure.image-display
.l-sub-section .l-sub-section
:marked :marked
Our first opportunity to access those properties is the `ngOnChanges` method which Our first opportunity to access those properties is the `ngOnChanges` method which
Angular calls before `ngOnit`. But Angular calls `ngOnChanges` many times after that. Angular calls before `ngOnInit`. But Angular calls `ngOnChanges` many times after that.
It only calls `ngOnit` once. It only calls `ngOnInit` once.
:marked :marked
### OnDestroy ### OnDestroy