I am a newbie to Angular 2, and learning Angular 2 step by step follow the quickstart tutorial as this
I noticed that we need to start the server when using Angular 2 as so:
npm start
I am confused about that... why do we need to start the Angular 2 server? When we use ASP.NET MVC to handle the front-end request, how can we run npm start?
npm startis only for your standalone ng2 apps