Click here to Skip to main content
15,887,175 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
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?


What I have tried:

I have Installed node.js and checked it's version.
Posted
Updated 6-Oct-21 6:21am

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900