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