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 - Project Scaffolding: Creates new Angular projects with the correct CLI command based on requested versions and local installations, then verifies with ng build. - Modern Reactivity Guidance: Implements signals, computed, linkedSignal, resource, and effects correctly, avoiding common anti-patterns like state propagation in effects. - Comprehensive Coverage: Provides reference documentation for components, dependency injection, routing, forms (signal, template-driven, reactive), Angular Aria accessibility, styling, animations, testing, and CLI tooling. - Use Case: Ask the AI to create a new Angular v21 project with a signal-based form and lazy-loaded routes, and it will scaffold the project, generate components via the CLI, and verify the build passes. ## Quick Start Create a new Angular project called my-app with a signal-based contact form and verify it builds successfully.