What problem does it solve?
It helps Angular developers avoid slow, error-prone tooling setup and repeatable build/test/config mistakes when working on Angular v20+ applications.
Core Features & Use Cases
- Project setup and conventions: Create new Angular projects with correct defaults for standalone, styling, routing, and minimal footprints.
- Efficient code generation: Generate components, services, directives, pipes, guards, interceptors, and class-like models using consistent schematics options.
- Build, test, and production configuration: Run dev servers, production builds, unit tests, E2E (when configured), linting, and common optimization knobs with Angular CLI builders.
- Use Case: When you need a new feature quickly (e.g., a users dashboard with routing and OnPush change detection), you can generate the exact Angular artifacts and then build/test using the recommended CLI paths.
Quick Start
Use angular-tooling to generate an Angular component named "user-profile" in the "features" folder, then run the build and tests for an Angular v20+ project.