Navigates to the given intent. See RouterState and NavigateBaseOptions
Navigates to the given URL. The function requires an object that has a path and an optional replace property.
Resolves the intent link for the given intent name and parameters. See IntentParameters
Resolves the path from the given router state. See RouterState
When state is null, it will resolve the path from the current state and navigate to the root path.
The current router state. See RouterState
The current router state. See RouterState
Updates the router state and navigates to a new path. Allows specifying new state values and optionally merging sticky parameters.
See RouterState and NavigateOptions