File tree 1 file changed +1
-3
lines changed
public/docs/ts/_cache/guide
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ table(width="100%")
86
86
td ngDoCheck
87
87
td
88
88
:marked
89
- Detect and act upon changes that Angular can or won't
89
+ Detect and act upon changes that Angular can't or won't
90
90
detect on its own. Called every change detection run.
91
91
tr( style =top)
92
92
td ngOnDestroy
@@ -186,8 +186,6 @@ a(id="other-lifecycles")
186
186
## Other lifecycle hooks
187
187
188
188
Other Angular sub-systems may have their own lifecycle hooks apart from the component hooks we've listed.
189
- The router, for instance, also has it's own [router lifecycle hooks](router.html#router-lifecycle-hooks)
190
- that allow us to tap into specific moments in route navigation.
191
189
192
190
A parallel can be drawn between `ngOnInit` and `routerOnActivate`.
193
191
Both are prefixed so as to avoid collision, and both run right when a component is 'booting' up.
You can’t perform that action at this time.
0 commit comments