On this page
NavigationCancel
class
final
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
.
class NavigationCancel extends RouterEvent {
constructor(id: number, url: string, reason: string)
reason: string
toString(): string
// inherited from router/RouterEvent
constructor(id: number, url: string)
id: number
url: string
}
See also
Constructor
|
id |
number |
|
url |
string |
|
reason |
string |
Properties
Property | Description |
---|---|
reason: string |
Declared in Constructor |
Methods
toString()
|
---|
|
© 2010–2022 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v13.angular.io/api/router/NavigationCancel