Closed
Description
OS?
Mac OSX (Sierra)
Versions.
@angular/cli: 1.0.0-beta.31
node --version v6.9.1
Repro steps.
Need to run a proxy so I added --proxy-config proxy.conf.json
in package.json
This works if I run npm start
but then I cant access the site from my mobile on the same network.
If I run ng serve
then I can use my mobile to test the site but the proxy stopps working.. ?