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
}
构造函数
属性
属性 | 说明 |
---|---|
snapshot: ActivatedRouteSnapshot | 声明于构造函数中 |
方法
参数没有参数。 返回值
|