AMP AMP
AMP
1
AMP

How to change the port number and host of an Angular Application

Hello,I have just come across the Angular CLi,Iis it possible to change the port number and host of a angular application On centOS 7.6

Spring Framework CentOS Add a comment
a sample image
jacob
asked Jul 12 2019

Answer

AMP
1
AMP

Just execute the following command to change the port and host for your angular applicaion

ng serve --host 192.168.31.126 --port 8925

Add a comment
a sample image
linuxhelp
asked Jul 12 2019
Post your Answer