NavigationError
表示当导航出错时触发的事件。
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
toString(): string
// 继承自 router/RouterEvent
constructor(id: number, url: string)
id: number
url: string
}
构造函数
属性
属性 | 说明 |
---|---|
error: any | Declared in constructor. |
方法
参数没有参数。 返回值
|