filmov
tv
How to Install Angular CLI on Windows 10/11 | Tutorial For Beginners | Code with Manu
Показать описание
How to Install Angular CLI on Windows 10/11
Step 1: Install Node JS
Step 2: Install Angular Cli
npm install -g @angular/cli
Step 3: Create Angular Project
create new Project : ng new my-app
run project : ng serve
Step 1: Install Node JS
Step 2: Install Angular Cli
npm install -g @angular/cli
Step 3: Create Angular Project
create new Project : ng new my-app
run project : ng serve