Reputation: 150
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!
Upvotes: 0
Views: 1085
Reputation: 150
I'm answering my own question beacause after some digging up I came across this this where the writer explains, step-by-step what to do, to integrate Angular2 to a pre existent AspNet MVC web app that you have.
Still I want to give a thanks to Pankaj Kapare, his answer was the only obvious next step for me, and also to brando that in a comment suggested this as answer and it was almost identically to Pankaj's answer.
Upvotes: 1
Reputation: 7812
Typically people use Angular for developing UI layer of application and ASP.Net Web APIs for services. If I were you I would follow below approach.
Hope that helps.
Upvotes: 2