What problem does it solve?
Angular tooling guidance reduces time lost to misconfigured projects and incorrect CLI commands when setting up, generating code, and running common development workflows.
Core Features & Use Cases
- Project setup with Angular CLI: create modern Angular v20+ standalone projects with routing/SSR/test options and a clear default folder layout.
- Code generation for maintainable structure: generate components, services, directives, pipes, guards, interceptors, and models while supporting paths and options like OnPush and flat structures.
- Day-to-day workflow commands: run the dev server, build for development/production, execute unit and e2e tests, lint code, and apply key angular.json configuration patterns.
Use case: You need to scaffold a new Angular feature module and then consistently run tests and builds in CI with production settings, source maps control, and correct asset configuration.
Quick Start
Use this guidance to create a new Angular v20+ app, generate a component and service, and then run build, tests, and linting using the recommended CLI commands.