ChildActivationStart

Represents the start of end of the Resolve phase of routing. See note on ChildActivationEnd for use of this experimental API.

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

构造函数

constructor(snapshot: ActivatedRouteSnapshot)
      
      constructor(snapshot: ActivatedRouteSnapshot)
    
参数
snapshot ActivatedRouteSnapshot

属性

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

方法

toString(): string
      
      toString(): string
    
参数

没有参数。

返回值

string