NavigationSkippedCode
enum
A code for the NavigationSkipped
event of the Router
to indicate the
reason a navigation was skipped.
API
enum NavigationSkippedCode {}
IgnoredByUrlHandlingStrategy
A navigation was skipped because the configured UrlHandlingStrategy
return false
for both
the current Router URL and the target of the navigation.
Jump to details