Which command-line tool is primarily used for initializing and managing Angular projects?

  • ng create
  • ng init
  • ng new
  • ng start
The correct command for initializing and managing Angular projects is ng new. It's used to create a new Angular application by setting up the project structure, configuration files, and initial dependencies.
Add your answer
Loading...

Leave a comment

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