Issue
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?
Solution
Answer: Do not enable auto-save 😉