File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -749,7 +749,7 @@ The **Lifecycle Hooks** that can be implemented as instance methods on the **Com
749
749
750
750
* `$routerCanReuse` : called to to determine whether a **Component** can be reused across **Route Definitions**
751
751
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
753
753
one of `$routerOnActivate` and `$routerOnReuse` will be called depending upon the result of a call to
754
754
`$routerCanReuse`.
755
755
* `$routerCanDeactivate` : called by the **Router** to determine if a **Component** can be removed as part of a
You can’t perform that action at this time.
0 commit comments