On this page
NavigationError
class
final
An event triggered when a navigation fails due to an unexpected error.
class NavigationError extends RouterEvent {
constructor(id: number, url: string, error: any)
error: any
override
toString(): string
// inherited from router/RouterEvent
constructor(id: number, url: string)
id: number
url: string
}
See also
Constructor
Properties
Property | Description |
---|---|
error: any |
Declared in Constructor |
override |
Methods
toString()
|
---|
|
© 2010–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v12.angular.io/api/router/NavigationError