Angular CLI Commands — a practical guide to Angular CLI commands with clear examples you can reuse in real projects.
Angular Tutorial Series (10/119). Prefer one article? Read the complete Angular tutorial.
Short description
Use ng build, ng test, and ng lint in day-to-day workflows.
Common commands
ng g c features/home
ng g s core/api
ng g g auth/auth
ng build
ng test