I recently started working with Angular/CLI tool, I'm facing a problem while executing the file, that is when I run
ng serve
then this command helps us in auto reloading the site when any changes are made in the source file but in my system it is not happening (i.e. site is not auto reloading and when I forcely reload the site then also it is not getting updated as per changes made in the source file).
The site is getting updated only when I terminate the "ng serve" command and again run the same command("ng serve") then only my site is getting updated.
So it becomes hard for me to terminate the server and connect the server, when ever the changes are made, so I request you people if any one know solution of this problem please help me out.
question from:https://stackoverflow.com/questions/44335456/angular-cli-auto-reload-doesnt-happen