Switchable features have no effect on the router. Turning a feature on or off will not activate the route. This is due to the router typescript file being initialized before the switchable features list is fetched from the backend. The fix for this would be to rework how the application starts. Fetch and wait for the switchable features list from the backend before activating the router.
Switchable features have no effect on the router. Turning a feature on or off will not activate the route. This is due to the router typescript file being initialized before the switchable features list is fetched from the backend. The fix for this would be to rework how the application starts. Fetch and wait for the switchable features list from the backend before activating the router.