On this page
Event
type-alias
| npm Package | @angular/router | 
|---|---|
| Module | import { Event } from '@angular/router'; | 
     
| Source | router/src/events.ts | 
type Event = RouterEvent | RouteConfigLoadStart | RouteConfigLoadEnd | ChildActivationStart | ChildActivationEnd | ActivationStart | ActivationEnd;
  © 2010–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
 https://v5.angular.io/api/router/Event