how to run angular5 app from another machine?
commands which I have tried
ng serve --host 192.168.56.1 --disable-host-check
ng serve --host 192.168.56.1
ng serve --host 0.0.0.0
ng serve --port 8080 --host 0.0.0.0 --disableHostCheck true
I have already seen this. not helping though. my angular/cli version : 1.5.5