Event

type-alias

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 = NavigationStart | NavigationEnd | NavigationCancel | NavigationError |
    RoutesRecognized | RouteConfigLoadStart | RouteConfigLoadEnd | GuardsCheckStart |
    GuardsCheckEnd | ResolveStart | ResolveEnd;

© 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v4.angular.io/api/router/Event