When serving my app with the Angular cli, how do I disable auto-reload?
ng --help mentions the --live-reload option, but I can\'t make it work.
ng --help
--live-reload
The solution for this is to upgrade the version of the CLI you are using. The CLI now uses in memory for the build process and is no longer writing to disk. This helps with the antivirus/disk write issue.