What problem does it solve?
This Skill helps developers adopt and implement modern, efficient patterns in Angular development, moving away from legacy approaches towards a more performant and maintainable architecture.
Core Features & Use Cases
- Standalone Components: Enforces the use of standalone components as the default.
- Signals for State Management: Guides the use of signals for reactive state and derived values.
- Modern Control Flow: Promotes the use of Angular's native
@if, @for, and @switch syntax.
- Zoneless Architecture: Facilitates the adoption of zoneless change detection for improved performance.
- Use Case: When refactoring an existing Angular application or starting a new one, this Skill ensures that best practices like signals and standalone components are correctly applied from the outset.
Quick Start
Use the angular-core skill to generate a new standalone Angular component named 'UserProfile' using the latest patterns.