Build a Basic Website with ASP.NET MVC and Angular

Tedd Van Diest

I would discourage this approach. There’s no good reason why you should mix MVC views with Angular. If you need server side rendering, use Angular Universal. Do Angular the Angular way, not the .NET way.