• Overview
@angular/router

RouterEvent

Class

Base for events the router goes through, as opposed to events tied to a specific route. Fired one time for any given navigation.

  
    class RouterEvent {}
  
  

id

number

A unique ID that the router assigns to every router navigation.

url

string

The URL that is the destination for this navigation.

Jump to details