Is there any possibility to test the routerLinkActive directive with angular-playground?
For this I would somehow need to mock the router, or configure a custom route to be activated upon displaying a component in playground. Obviously by default the route that angular-playground uses does not match the routes in my real application.
Is there any possibility to test the routerLinkActive directive with angular-playground?
For this I would somehow need to mock the router, or configure a custom route to be activated upon displaying a component in playground. Obviously by default the route that angular-playground uses does not match the routes in my real application.