User1967761114 posted
Hi daniel-bolton,
Benefits of using ASP.NET / MVC with a SPA Angular 2 app?
I think you'd better ask for in which scene is better using MVC + SPA Angular2 app.
I suggest when the requirements doesn’t very complicated, you could using it, you could know, that’s will always make things to be more complicated when you want to integrate all features into one page, even you using angular 2 by components.
What do you gain by using ASP.NET/MVC, if you are developing a purely Single Page Application using Angular 2?
Angular applications are made up of components, that’s only run on the browser(client), when you want to access the server(such as access database, file and so on),you could using C# to implement it.
If you have any other questions, please feel free to contact me any time.
Best Regards
Even