Skip to content

Commit cdf3d5e

Browse files
Smurf81gkalpak
authored andcommitted
docs(guide/component-router): fix typo ($routeOnReuse --> $routerOnReuse)
Closes angular#15224
1 parent 4e6c14d commit cdf3d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/component-router.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ The **Lifecycle Hooks** that can be implemented as instance methods on the **Com
749749

750750
* `$routerCanReuse` : called to to determine whether a **Component** can be reused across **Route Definitions**
751751
that match the same type of **Component**, or whether to destroy and instantiate a new **Component** every time.
752-
* `$routerOnActivate` / `$routeOnReuse` : called by the **Router** at the end of a successful navigation. Only
752+
* `$routerOnActivate` / `$routerOnReuse` : called by the **Router** at the end of a successful navigation. Only
753753
one of `$routerOnActivate` and `$routerOnReuse` will be called depending upon the result of a call to
754754
`$routerCanReuse`.
755755
* `$routerCanDeactivate` : called by the **Router** to determine if a **Component** can be removed as part of a

0 commit comments

Comments
 (0)