Asp.Net MVC 5 / angular 2 routing

I have already developed the mvc application and now I am converting it to angluar 2 SPA. I have some problems with the mvc and angular routing mechanism because it displays mvc routing instead of angular, but angular works fine. How I make my MVc application as a spa. What change will I make to make it a SPA?

+4
source share

All Articles