Q:

ng serve local network

ng serve --host 0.0.0.0 --disable-host-check
3
CLI command
	ng serve --host 0.0.0.0

Or add to package.json
    "scripts": {
        "local-start": "ng serve --host 0.0.0.0"
    }
0

New to Communities?

Join the community