ChildActivationEnd

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

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

构造函数

constructor(snapshot: ActivatedRouteSnapshot)

参数

snapshot

Type: ActivatedRouteSnapshot.

属性

属性名类型说明
snapshot声明于构造函数中

方法

toString(): string

参数

没有参数。

返回值

string