Issue
I use node 'npm start' to compile my Angular 2 project, But I need to compile .tsc files manually not using the auto watch.
I want to do that as I am using ASP.net with Angular and for a reason, solution don't see my changes
Solution
How to turn off live reload for npm start in an Angular project:
In your package.json file, set the --live-reload=false option for ng serve:
Answered By - Josh Withee

0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.