I want to create a website / web application with .NET Core in the backend and Angular as frontend. I am still in the planning phase and one thing I don't come to understand is if one would use ASP.NET Core or ASP.NET Core MVC in the backend. Which one of them is typically used any why?
The reason I am asking this is that to my knowledge I don't use MVC with Angular (but instead I use MVVM). Therefore I would assume I don't need ASP.NET CORE MVC, but there are books like Essential Angular for ASP.NET Core MVC (emphasis on MVC), so I am wondering how that all fits together.