While developing angular application through VS Code or any editor of choice, the command to run Nodejs server in order to test web application/ app in browser we need to run following command:
ng serve
This will compile angular application and deploy it on local Nodejs server mostly configured at http://localhost:4200/
Whenever we make any changes to any *.ts, index.html or css file & save it, this will recompile angular application and reload it in browser.
ng serve
This will compile angular application and deploy it on local Nodejs server mostly configured at http://localhost:4200/
Whenever we make any changes to any *.ts, index.html or css file & save it, this will recompile angular application and reload it in browser.
0 comments:
Post a Comment