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

ActivationStart

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

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

构造函数

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

属性

属性说明
snapshot: ActivatedRouteSnapshot Declared in constructor.

方法

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

没有参数。

返回值

string