I'm new around Angular, but I decided it was a good thing to learn in my spare time.
I've been looking around the web and most of the things I found was using Angular 2 with ASPNET Core.
I have an application I made for school this semester, in ASPNET MVC with entity framework, that has some CRUD and A&A. Is it possible to integrate Angular 2 in this application and if so how would I do it? I would especially like to be able to still use my login and register controllers if possible!
If anyone could send a good tutorial or something that would help I'de be very grateful!