Skip to content

Commit 7ac10ad

Browse files
committed
lifecycle-hooks: copy latest to cache
1 parent 2c8a798 commit 7ac10ad

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

public/docs/ts/_cache/guide/lifecycle-hooks.jade

+1-3
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ table(width="100%")
8686
td ngDoCheck
8787
td
8888
: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
9090
detect on its own. Called every change detection run.
9191
tr(style=top)
9292
td ngOnDestroy
@@ -186,8 +186,6 @@ a(id="other-lifecycles")
186186
## Other lifecycle hooks
187187

188188
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.
191189

192190
A parallel can be drawn between `ngOnInit` and `routerOnActivate`.
193191
Both are prefixed so as to avoid collision, and both run right when a component is 'booting' up.

0 commit comments

Comments
 (0)