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
Properties
Property | Description |
---|---|
snapshot: ActivatedRouteSnapshot
|
Declared in constructor. |
Methods
ParametersThere are no parameters. Returns
|