• Overview
@angular/router

EventType

enum
stable

Identifies the type of a router event.

API

    
      enum EventType {  NavigationStart: EventType.NavigationStart;  NavigationEnd: EventType.NavigationEnd;  NavigationCancel: EventType.NavigationCancel;  NavigationError: EventType.NavigationError;  RoutesRecognized: EventType.RoutesRecognized;  ResolveStart: EventType.ResolveStart;  ResolveEnd: EventType.ResolveEnd;  GuardsCheckStart: EventType.GuardsCheckStart;  GuardsCheckEnd: EventType.GuardsCheckEnd;  RouteConfigLoadStart: EventType.RouteConfigLoadStart;  RouteConfigLoadEnd: EventType.RouteConfigLoadEnd;  ChildActivationStart: EventType.ChildActivationStart;  ChildActivationEnd: EventType.ChildActivationEnd;  ActivationStart: EventType.ActivationStart;  ActivationEnd: EventType.ActivationEnd;  Scroll: EventType.Scroll;  NavigationSkipped: EventType.NavigationSkipped;}
    
    

RoutesRecognized

ResolveStart

ResolveEnd

GuardsCheckStart

GuardsCheckEnd

RouteConfigLoadStart

RouteConfigLoadEnd

ChildActivationStart

ChildActivationEnd

ActivationStart

ActivationEnd

Scroll

Jump to details