Is there a way to activate a route and display a different view in Angular without changing the URL?
I have integrated an Angular app into an existing website, and I prefer not to modify the URL within my embedded application, but would still like to manage views using routing.
Although I am aware that I can utilize ng-include as recommended in this thread, I am inclined towards using routing instead.