ActivationEnd
Represents the start of end of the Resolve phase of routing. See note on
ActivationStart
for use of this experimental API.
class ActivationEnd {
constructor(snapshot: ActivatedRouteSnapshot)
snapshot: ActivatedRouteSnapshot
toString(): string
}
Constructor
Properties
Property | Description |
---|---|
snapshot: ActivatedRouteSnapshot
|
Declared in constructor. |
Methods
ParametersThere are no parameters. Returns
|