Adding the host-flag with value “0.0.0.0” should allow you to access the webserver from any device on your local network.
This should work:
ng serve --host 0.0.0.0
For an explanation:
https://github.com/angular/angular-cli/pull/1475#issuecomment-235986121