angular

JavaScript
//Author:Mohammad Arman Khan
//Steps to install ANGULAR CLI
1: npm install -g @angular/cli
//Initialize first project
2: ng new my-dream-app
3: cd my-dream-app
// To Run Server
4: ng serve
//done!!steps to install angular
step 1 :Install node 
download link=>https://nodejs.org/en/

step 2 :Install angular Cli with Command prompt
npm install -g @angular/cli

step 3 : checking the installed angular version
ng --version


Initializing angular 10 project :
ng new my-raj-app   (here "my-raj-app" is App name)

your project is initialised:
go inside the project and run it with:

ng serve -o 

done ....!! Happy coding..!! -rajesh reddy:)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. Ben Awad look away!npm install -g @angular/cli
ng new my-app
cd my-app
ng serve --openA beautiful little framework used to make full functional web apps, This is a framework made by Google


Source

Also in JavaScript: