Q. What command is used to create a new Angular project using Angular CLI?
β
Correct Answer: (A)
ng new project-name
Explanation: The 'ng new' command creates a new Angular workspace and initial project.