How to implement a no-redirection strategy in an Angular app?

If you want to avoid redirect mode for the authentication flow, you can use Popup mode:

Note, our recommendation is still to use redirect mode due to the limitations of popup mode. One way this can be handled in SPA’s is to define a callback route in your application, which will handle the redirect from Auth0, set the user profile, and then perform redirects to your desired routes.