How to Install Angular CLI on Windows 10/11 | Tutorial For Beginners | Code with Manu

preview_player
Показать описание
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
Рекомендации по теме