Linux

How to Install Angular on Any Ubuntu or Linux



This video shows step by step guide on installing Angular cli from scratch on Ubuntu 22.04, 20.04, 18.04, 16.04, 14.04 LTS or any other Linux OS and create first angular project. The commands used in this video are given below:
Copy the download and install nvm link:
source ~/.bashrc
nvm list-remote
nvm install v20.10.0
nvm use 20.10.0
npm install -g @angular/cli
ng version
ng new first-ng-project
ng serve

[ad_2]

source

Related Articles

Leave a Reply

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

Back to top button