#1 Data Analytics Program in India
₹2,499₹1,499Enroll Now
4 min read
Question 26 of 46easy

Angular CLI and Schematics

Using Angular CLI effectively.

Common CLI Commands

  • ng new: Create project
  • ng generate: Generate code
  • ng serve: Run dev server
  • ng build: Build for production
  • ng test: Run unit tests