What problem does it solve?
This Skill helps developers efficiently manage Angular v20+ projects by leveraging the Angular CLI and modern tooling to streamline setup, code generation, builds, testing, and configuration tasks.
Core Features & Use Cases
- Project Setup & Scaffolding: Create new standalone projects, configure routing, styling, and SSR options with minimal friction.
- Code Generation: Generate components, services, guards, pipes, and modules using schematics and best practices.
- Development & Build: Run development server, build production bundles, and optimize configurations for performance.
- Configuration & Environment: Manage angular.json, environment settings, and library integrations to speed up onboarding and consistency.
Quick Start
Create a new Angular v20+ project: ng new my-app --style=scss --routing
Generate a component: ng generate component features/dashboard
Start development server: ng serve
Build for production: ng build --configuration=production