ChildActivationStart
An event triggered at the start of the child-activation part of the Resolve phase of routing.
      
      class ChildActivationStart {
  constructor(snapshot: ActivatedRouteSnapshot)
  snapshot: ActivatedRouteSnapshot
  toString(): string
}
    参见
构造函数
属性
| 属性 | 说明 | 
|---|---|
 snapshot: ActivatedRouteSnapshot | Declared in constructor. | 
方法
      
      参数没有参数。 返回值
  |