Reputation: 12663
When I run "ng serve". My Angular app re-compile every time I type something in any source file. This bothers me and I want it to re-compile/reload only if I save my changes in VS code. How do I achieve this?
Upvotes: 2
Views: 476
Reputation: 510
Answer: Do not enable auto-save ;)