1

The problem in doing so, is that ng serve starts reloading as soon as ng build starts recompiling, so after each file change it refreshes the browser ~3 times and often doesn't show the new changes in the browser window until a 4th (manual) refresh.

1 Answers1

-1

You can use just this command : ng serve --aot it contains ng serve and ng build inside