What is the primary command to create a new Angular application using Angular CLI?

  • ng create
  • ng generate
  • ng init
  • ng new
The primary command to create a new Angular application using Angular CLI is ng new. This command initializes a new Angular project with default settings, including the necessary files and folder structure.
Add your answer
Loading...

Leave a comment

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