smita pinky

smita pinky

  • NA
  • 13
  • 1.9k

Query related to angular setup?

Oct 6 2021 4:04 PM

I new to Angular.I want to install angular on my machine.

1 : Installed Node.js on my machin and check with command node -v

2: Which command shall I use for angular setup 
   1 : npm install -g @angular/core @angular/cli
   2 : npm install    @angular/core @angular/cli
   3:  npm install -g @angular/cli

3: Navigate to project folder in command prompt
   and run 
   ng serve

4 :How to identify that it is run sucessfully or not?

5 : Shall I go with normal command propmt or visual studio command prompt?


Answers (5)