Access the currently matched route, or undefined when none is active.
undefined
Reactive on the client: it updates on every SPA navigation (the router's ROUTED event). On the server it reflects the route matched for the current request.
ROUTED
The current route, or undefined.
Access the currently matched route, or
undefinedwhen none is active.Reactive on the client: it updates on every SPA navigation (the router's
ROUTEDevent). On the server it reflects the route matched for the current request.