
Yaseer M. answered 10/08/19
Over 14 Years of Professional Software Development Experience
Yes, it definatelty make sense to integrate ASP.NET MVC with Angular. If I would go in little bit detail, its better to say integrate ASP.NET MVC Web API (or ASP.NET MVC API Core) as a backend with Angular front end application. Your Angular app can talk to Web API with HttpClient and get the response back in JSON that you can use to bind to different UI controls e.g. Grid, drop down, text etc.