NavigationExtras
interface
Options that modify the Router
navigation strategy.
Supply an object containing any of these properties to a Router
navigation function to
control how the target URL should be constructed or interpreted.
API
interface NavigationExtras { readonly override browserUrl?: string | UrlTree;}}
Jump to details