填写这份《一分钟调查》,帮我们(开发组)做得更好!去填写Home

ActivationStart

在路由的“解析”阶段的激活部分开始时触发的事件。

An event triggered at the start of the activation part of the Resolve phase of routing.

      
      class ActivationStart {
  constructor(snapshot: ActivatedRouteSnapshot)
  snapshot: ActivatedRouteSnapshot
  toString(): string
}
    

参见

构造函数

      
      constructor(snapshot: ActivatedRouteSnapshot)
    
参数
snapshot ActivatedRouteSnapshot

属性

属性说明
snapshot: ActivatedRouteSnapshot声明在构造函数中

方法

      
      toString(): string
    
参数

没有参数。

返回值

string