• Overview
@angular/router

NavigationSkipped

Class

An event triggered when a navigation is skipped. This can happen for a couple reasons including onSameUrlHandling is set to ignore and the navigation URL is not different than the current state.

  
    class NavigationSkipped extends RouterEvent {}
  
  

reason

string

A description of why the navigation was skipped. For debug purposes only. Use code instead for a stable skipped reason that can be used in production.

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