1

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
jacob
asked Jul 12 2019

Answer

1

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
linuxhelp
asked Jul 12 2019
Post your Answer