Create modern Angular standalone components following v20+ best practices. Use for building UI components with...
find ~/analogjs/ -name "*.skill"
Implement dependency injection in Angular v20+ using inject(), injection tokens, and provider configuration. Use for...
Create custom directives in Angular v20+ for DOM manipulation and behavior extension. Use for attribute directives...
Build signal-based forms in Angular v21+ using the new Signal Forms API. Use for form creation with automatic...
Implement HTTP data fetching in Angular v20+ using resource(), httpResource(), and HttpClient. Use for API calls,...
Implement routing in Angular v20+ applications with lazy loading, functional guards, resolvers, and route...
Implement signal-based reactive state management in Angular v20+. Use for creating reactive state with signal(),...
Implement server-side rendering and hydration in Angular v20+ using @angular/ssr. Use for SSR setup, hydration...
Write unit and integration tests for Angular v21+ applications using Vitest or Jasmine with TestBed, component...
Use Angular CLI and development tools effectively in Angular v20+ projects. Use for project setup, code generation,...