@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 {
}
Jump to details