linkEvent
npm Package | @angular/router |
---|---|
Module | import { Event } from '@angular/router'; |
Source | router/src/events.ts |
Represents a router event, allowing you to track the lifecycle of the router.
The sequence of router events is:
type Event = RouterEvent | RouteConfigLoadStart | RouteConfigLoadEnd | ChildActivationStart | ChildActivationEnd | ActivationStart | ActivationEnd;