diff --git a/public/docs/ts/latest/guide/lifecycle-hooks.jade b/public/docs/ts/latest/guide/lifecycle-hooks.jade index 4605c0a3e0..b1a599e64e 100644 --- a/public/docs/ts/latest/guide/lifecycle-hooks.jade +++ b/public/docs/ts/latest/guide/lifecycle-hooks.jade @@ -186,8 +186,6 @@ a(id="other-lifecycles") ## Other lifecycle hooks Other Angular sub-systems may have their own lifecycle hooks apart from the component hooks we've listed. - The router, for instance, also has it's own [router lifecycle hooks](router.html#router-lifecycle-hooks) - that allow us to tap into specific moments in route navigation. A parallel can be drawn between `ngOnInit` and `routerOnActivate`. Both are prefixed so as to avoid collision, and both run right when a component is 'booting' up.