I am trying to move the front-end part of a website to Angular 2. Currently I have really big ASP.NET 4.5 website.
I would like to create a separated Angular 2 project as it will be growing with time (and hopefully replace the asp.net) For now I would like to create this project in Visual Studio (2015) and use some angular components or modules in the actual ASP.NET website. Does the angular AppModule as to be in the ASP website?
I made some research but could not find answers or examples.
Am I gonna be able to do this relying on npm and system.js ? I saw that a lot of people are using gulp for copying file.
Is there a "right" way of doing this?
Any help would be highly appreciated
SystemJS.import, and adding a markup tag with the selector corresponding to the app's root element, say 'app', to your aspx markup.