I am using Angular CLI on Cloud9, i am facing an issue that my angular project is not auto reloading. Need some help.
Asked
Active
Viewed 83 times
0
-
this happens when you save? – Patricio Vargas Sep 20 '18 at 04:26
-
Yes, when I save the reload doesn't happen automatically. – Akash More Sep 20 '18 at 05:47
-
can you try this: ng serve --host 0.0.0.0 --port 8080 --live-reload-port 8081 – Patricio Vargas Sep 20 '18 at 05:53
-
Patricio it is giving error as "Invalid Host header" – Akash More Sep 20 '18 at 09:36