Hello Dev,
Today, i we will show you how to install angular. This article will give you simple example of how to install angular. you will learn how to install angular. So let’s follow few step to create example of how to install angular.
Step 1:- Install Angular Cli
npm install -g @angular/cli
Step 2:- Create Angular Project
ng new my-app
Step 3:- Run Angular Project
cd my-app ng serve --open
automatically opens your browser to http://localhost:4200/