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 c
Ng serve automatically reload when the files are modified however if the config is messed up then you can try bellow command
ng serve --live-reload