Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Commit 604e0a7

Browse files
trotylwardbell
authored andcommitted
docs(lifecycle-hooks): Remove statements about router-deprecated hooks
closes #2110 The lifecycle-hooks provided by router-deprecated has already been removed in the router, the router now uses guards rather than lifecycle-hooks to achieve the same work.
1 parent 4f9bf77 commit 604e0a7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)