GuardsCheckEnd
表示路由的守卫(Guard
)阶段的结束。
Represents the end of the Guard phase of routing.
class GuardsCheckEnd extends RouterEvent {
constructor(id: number, url: string, urlAfterRedirects: string, state: RouterStateSnapshot, shouldActivate: boolean)
urlAfterRedirects: string
state: RouterStateSnapshot
shouldActivate: boolean
toString(): string
// 继承自 router/RouterEvent
constructor(id: number, url: string)
id: number
url: string
}
构造函数
参数
|
属性
属性 | 说明 |
---|---|
urlAfterRedirects: string | Declared in constructor. |
state: RouterStateSnapshot | Declared in constructor. |
shouldActivate: boolean | Declared in constructor. |
方法
参数没有参数。 返回值
|