NavigationCancel
An event triggered when a navigation is canceled, directly or indirectly.
This can happen for several reasons including when a route guard
returns false
or initiates a redirect by returning a UrlTree
.
constructor
NavigationCancel
number
string
string
A description of why the navigation was cancelled. For debug purposes only. Use code
instead for a stable cancellation reason that can be used in production.
NavigationCancellationCode | undefined
A code to indicate why the navigation was canceled. This cancellation code is stable for
the reason and can be relied on whereas the reason
string could change and should not be
used in production.
NavigationCancel
reason
string
A description of why the navigation was cancelled. For debug purposes only. Use code
instead for a stable cancellation reason that can be used in production.
toString
string
string
id
number
A unique ID that the router assigns to every router navigation.
url
string
The URL that is the destination for this navigation.