only change url after a before load is successful
I've got pages that rely on the current path name being specific to their route.
e.g. page
Foo expects you to always be on /foo
But I'm finding that when I navigate to /bar from within the application, my Foo page has a brief moment where the current path is /bar .
How can I make sure that the URL only changes if the component for the destination route is ready?0 Replies