Loading...
Loading...
Found 18 Skills
Implement signal-based reactive state management in Angular v20+. Use for creating reactive state with signal(), derived state with computed(), dependent state with linkedSignal(), and side effects with effect(). Triggers on state management questions, converting from BehaviorSubject/Observable patterns to signals, or implementing reactive data flows.
Use when handling async operations in Angular applications with observables, operators, and subjects.
Curated Angular best practices for building performant, maintainable applications. Library-specific rules available as optional skills.
Design Angular modules using feature modules, lazy loading, and dependency injection. Use when organizing large Angular applications with proper separation of concerns.
Angular 19 patterns: signals, standalone components, resource API, signal queries, dependency injection, and Aurora framework integration. Trigger: When implementing Angular components, directives, pipes, services, or using modern reactive patterns.
Use when building Angular 16+ applications requiring fine-grained reactive state management and zone-less change detection.