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

docs(guide/Component Router): Syntax error #15224

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/guide/component-router.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down