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
ng serve --host 0.0.0.0