Skip to content

Commit

Permalink
fixup! docs: add detail to router event doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jbogarthyde committed Aug 19, 2019
1 parent bb59d33 commit d1a4d5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aio/content/guide/router.md
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,8 @@ During each navigation, the `Router` emits navigation events through the `Router
<td>

An [event](api/router/NavigationCancel) triggered when navigation is canceled.
This is due to a [Route Guard](#guards) returning false during navigation.
This can happen when a [Route Guard](#guards) returns false during navigation,
or redirects by returning a `UrlTree`.

</td>
</tr>
Expand Down

0 comments on commit d1a4d5e

Please sign in to comment.