To install Angular JS cli, run
npm install -g @angular/cli
To run application using built in web server, run
ng serve
To bind application to all network interfactes, run
ng serve --host 0.0.0.0
To install Angular JS cli, run
npm install -g @angular/cli
To run application using built in web server, run
ng serve
To bind application to all network interfactes, run
ng serve --host 0.0.0.0
Leave a Reply