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
I think you only want to disable the rebuild on change option
Just try:
$ ng serve --watch=true|false