[Fixed] How can I set Angular to reload only when I save

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 😉

Leave a Reply

(*) Required, Your email will not be published