
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
1 | npm install -g @angular/cli |
Step 2:- Create Angular Project
1 | ng new my-app |
Step 3:- Run Angular Project
1 2 | cd my-app ng serve --open |
automatically opens your browser to http://localhost:4200/