The base URL for the router.
The command registry used by the router.
If a matching rule's command resolves with the stop
token during routing,
no further matches will execute.
Returns the parsed current URL of the application.
A signal emitted when the router routes a route.
Navigate to a new path within the application.
The new path or empty string if redirecting to root.
The navigation options.
Register to route a path pattern to a command.
The route registration options.
A disposable that removes the registered rule from the router.
Cause a hard reload of the document.
Route a specific path to an action.
If a pattern is matched, its command will be invoked with arguments that
match the IRouter.ILocation
interface.
Generated using TypeDoc
A static class that routes URLs within the application. A namespace for
Router
class statics.