How to Install Angular CLI in Windows 10/11 [2022 Update] First Angular Project | Technobhar

preview_player
Показать описание
How to Install Angular CLI in Windows 10/11 [2022 Update] First Angular Project | Technobhar

What is Angular?
Angular is a TypeScript-based open-source web application framework led by the Angular Team at Google and by a community of individuals and corporations. Angular is a complete rewrite from the same team that built AngularJS

Now before installing Angular you need to first install NodeJS in your system. So for that just go to step 1.

Step 1. How to Download NodeJS?
This page will lead to the NodeJS download page.

Find the installation file and click on it to download. Here is this video we showed how to download and install NodeJS in Windows 10.
Now after downloading NodeJS save the file to the disk and follow the next step for installation.

Step 2. Install NodeJS
Double-click to run the NodeJS download file. Just follow the prompt as shown in the video and install NodeJS on your OS.

Step 3. Now after installing NodeJS in your system, it's time to install Angular. So for that open your command prompt and simply type:
npm install -g @angular/cli

Ste4. Now after installing Angular, you can create an Angular project by simply typing:
ng new your-project-name

==== 🙏 Support This Channel 🙏 ====

Note: This video has followed all the YouTube community guideline rules. The purpose of this video is to share my knowledge with everyone that is totally Legal, Informational and for Educational purpose. I totally do not support any types of illegal acts or videos. The videos are completely for legal purpose
Рекомендации по теме
Комментарии
Автор

you are the best my udemy tutor is there confusing me up and down

Bigkcee
Автор

'ng' is not recognized as an internal or external command,
operable program or batch file. What Can I do with this error?

Emilia-xwto