The base URL for the router.
The command registry used by the router.
The parsed current URL of the application.
A signal emitted when the router routes a route.
If a matching rule's command resolves with the stop
token during routing,
no further matches will execute.
Navigate to a new path within the application.
The new path or empty string if redirecting to root.
The navigation options.
Register a rule that maps 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.
The URL string that will be routed.
If a pattern is matched, its command will be invoked with arguments that
match the IRouter.ILocation
interface.
Generated using TypeDoc
A namespace for the
IRouter
specification.