docs(guide/component-router): fix typo ($routeOnReuse --> $routerOnReuse)
Closes #15224
This commit is contained in:
committed by
Georgios Kalpakas
parent
4e6c14dcae
commit
cdf3d5e054
@@ -749,7 +749,7 @@ The **Lifecycle Hooks** that can be implemented as instance methods on the **Com
|
||||
|
||||
* `$routerCanReuse` : called to to determine whether a **Component** can be reused across **Route Definitions**
|
||||
that match the same type of **Component**, or whether to destroy and instantiate a new **Component** every time.
|
||||
* `$routerOnActivate` / `$routeOnReuse` : called by the **Router** at the end of a successful navigation. Only
|
||||
* `$routerOnActivate` / `$routerOnReuse` : called by the **Router** at the end of a successful navigation. Only
|
||||
one of `$routerOnActivate` and `$routerOnReuse` will be called depending upon the result of a call to
|
||||
`$routerCanReuse`.
|
||||
* `$routerCanDeactivate` : called by the **Router** to determine if a **Component** can be removed as part of a
|
||||
|
||||
Reference in New Issue
Block a user