Angular Step By Step Installation Process

# Angular Step By Step 



Hello Techies,

       In this post i am going to guide you to install Angular and create and run your first app. Please follow bellow steps..

Step 1 (Node NPM Installation)

Node Js (NPM) should be installed on system. So for installation of Node Js follow bellow steps.

  1. Open https://nodejs.org/en 
  2. Download stable Version (LTS) of Node js.
  3. After complete the installation open CMD and check the version.
Step : 2 (Install Angular by NPM)
  1. Type "npm install -g @angular/cli



2. Select folder where you are going to create Angular Project. 

3. Type ng new 'your app-name'
EX: ng new my-dream-app

And Relax it will take some couple of minute to create app , because its downloading all the package from server by npm in you local system.



  • Type : "cd my-dream-app" to select project which is created. 
  • Now Type "ng serve" to run the project. (It will be run on "4200" Port)
  • now open browser and type http://localhost:4200/
  • Congratulation your project run successfully. 


You can see all the files related to Angular and npm available in your created directory. 






Angular Step By Step Installation Process Angular Step By Step Installation Process Reviewed by Ashwani on September 09, 2019 Rating: 5
Powered by Blogger.