A static class that routes URLs within the application.

Implements

Constructors

Properties

_routed: Signal<Router, ILocation> = ...
_rules: Map<RegExp, Rule> = ...
base: string

The base URL for the router.

commands: CommandRegistry

The command registry used by the router.

stop: Token<void> = ...

If a matching rule's command resolves with the stop token during routing, no further matches will execute.

Accessors

Methods