I am trying to move the front of the website to Angular 2. I currently have a really big ASP.NET 4.5 website .
I would like to create a separate Angular 2 project , since it will grow over time (and hopefully replace asp.net) At the moment I would like to create this project in Visual Studio (2015) and use some Angular components or modules on the web ASP.NET site . Is Angular AppModule used on the ASP website?
I did some research, but could not find answers or examples.
Am I going to do this relying on npm and system.js ? I have seen that many people use gulp to copy a file.
Is there a “right” way to do this?
Any help would be greatly appreciated
source
share