What problem does it solve? Building modern Angular applications requires keeping up with rapidly evolving APIs like signals, signal forms, and standalone components. This Skill provides version-aware guidance and code generation so you avoid deprecated patterns and follow current Angular best practices. ## Core Features & Use Cases - Version-Aware Code Generation: Analyzes the project's Angular version before generating components, services, directives, and routes using the Angular CLI. - Modern Reactivity Guidance: Covers signals, computed, linkedSignal, resource, and effects for state management, plus signal forms for Angular v21+. - Comprehensive Reference Library: Includes detailed references for dependency injection, routing, accessibility with Angular Aria, Tailwind CSS styling, animations, and testing with Vitest and Cypress. - Use Case: Ask the AI to create a new lazy-loaded feature route with a reactive form and unit tests, and it will scaffold the code with the CLI, apply signal-based patterns, and verify the result with ng build. ## Quick Start Ask the AI to create a new Angular component with signal-based inputs and outputs, then verify it builds without errors.