How To Create Angular 8 Project From Angular CLI

How To Create Project In Angular 8 From Angular CLI

To Create Project In Angular 7 or Angular 8 You Have To Follow These Steps

Step1:
Open the Command prompt and move to your working directory e.g. I have created folder name nodework in my ‘C’ drive so I move to my folder c:nodework

Step2:
Type command ng new <project name> and press  enter


Step3:

After that, it asks to add routing in your project press  to add routing in your project 
Step4:

After that, it asks to select a CSS style format for your project, use UP and Down arrow to select CSS style in your project.
Step 5:
After that create all the configuration file and start download dependency it will take some time so wait it depend on your internet speed.
Step6:

After it will display completion message like 

Angular Project Created Successfully Enjoy !!!!



You may also like...

2 Responses

Leave a Reply

Your email address will not be published. Required fields are marked *