ActivationEnd
在路由的“解析”阶段的激活部分结束时触发的事件。
An event triggered at the end of the activation part of the Resolve phase of routing.
class ActivationEnd {
constructor(snapshot: ActivatedRouteSnapshot)
snapshot: ActivatedRouteSnapshot
toString(): string
}
参见
构造函数
属性
属性 | 说明 |
---|---|
snapshot: ActivatedRouteSnapshot | 声明在构造函数中 |
方法
参数没有参数。 返回值
|