linkActivationStart
npm Package | @angular/router |
---|---|
Module | import { ActivationStart } from '@angular/router'; |
Source | router/src/events.ts |
Represents the start of end of the Resolve phase of routing. See note on
ActivationEnd
for use of this experimental API.
linkOverview
class ActivationStart {
constructor(snapshot: ActivatedRouteSnapshot)
snapshot: ActivatedRouteSnapshot
toString(): string
}
linkConstructor
constructor(snapshot: ActivatedRouteSnapshot)
linkMembers
snapshot: ActivatedRouteSnapshot