How to have Angular CLI serve listen on all ip addresses

Michael Roma on Feb 26, 2020

If you want to allow your ng serve to listen on all IP addresses, so you can run your local running version outside of your computer, use the following --host flag:

ng serve --host 0.0.0.0