EventType
Identifies the type of a router event.
enum EventType {
NavigationStart
NavigationEnd
NavigationCancel
NavigationError
RoutesRecognized
ResolveStart
ResolveEnd
GuardsCheckStart
GuardsCheckEnd
RouteConfigLoadStart
RouteConfigLoadEnd
ChildActivationStart
ChildActivationEnd
ActivationStart
ActivationEnd
Scroll
NavigationSkipped
}