sean717
sean717

Reputation: 12663

How can I set Angular to reload only when I save

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

Answers (1)

Loop
Loop

Reputation: 510

Answer: Do not enable auto-save ;)

Upvotes: 2

Related Questions