Callback function for when the route changes. This function should be used to update the route in the application state. For example:
router.start(route => cell.update({ route: () => route }));
the current route.
Generated using TypeDoc
Callback function for when the route changes. This function should be used to update the route in the application state. For example: