I have an Angular SPA, with an ASP.NET Core Web API backend.
There is a backend serving not only the REST API endpoints. It also serves some MVC pages.
So for example,
https://myapp.com/superadmin only exists in backend there is no such a route in Angular routes.
However, when I put the url in browser address bar, Angular kicks in and says page not found (Angular is handling the route). When I hit return key from the address bar again, it hits the MVC endpoint and loads the page.
So my question is: how can we tell Angular not to handle those the MVC routes, and just let browser load from remote?
question from:
https://stackoverflow.com/questions/66055655/angular-handling-mvc-routes 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…