Which Angular CLI command is used to create a new Angular project?

  • ng create project
  • ng generate project
  • ng new
  • ng start project
The command to create a new Angular project using Angular CLI is ng new. It sets up a new Angular project with the necessary files and dependencies.
Add your answer
Loading...

Leave a comment

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