How to allow access outside localhost code example
Example: How to allow access outside localhost
ng serve --host=0.0.0.0 --disable-host-check
or
ng serve --host 0.0.0.0
ng serve --host=0.0.0.0 --disable-host-check
or
ng serve --host 0.0.0.0