Spread the love

Before start the article i would suggest you to read our article what is angular and installation process.

To create a new angular app follow the below steps:

  1. Open the terminal or command line
  2. Go to the folder in which you want to create your new angular project
    Example: E:/angular or var/www/html
  3. Type command

    ng new project_name

    project_name can be anything for example

    ng new new_app
  4. ng new command will ask some questions for initial setup.
Ng version
Angular New Project
Structure of angular new project

Leave a Reply