4 min read
•Question 26 of 46easyAngular 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
Using Angular CLI effectively.