Angular Js: ng serve doesn’t listen remote machine

ng serve -host 0.0.0.0

If you want to change default port then you can use below command:

ng serve –port 8080 –host 0.0.0.0

 

Leave a Reply

Your email address will not be published. Required fields are marked *