analogjs/angular-skills
These skills were imported into SkillJury from the public skills ecosystem.
angular-component
by analogjs/angular-skills
Create standalone components for Angular v20+. Components are standalone by default—do NOT set standalone: true .
angular-signals
by analogjs/angular-skills
Signals are Angular's reactive primitive for state management. They provide synchronous, fine-grained reactivity.
angular-di
by analogjs/angular-skills
Configure and use dependency injection in Angular v20+ with inject() and providers.
angular-directives
by analogjs/angular-skills
Create custom directives for reusable DOM manipulation and behavior in Angular v20+.
angular-forms
by analogjs/angular-skills
Build type-safe, reactive forms using Angular's Signal Forms API. Signal Forms provide automatic two-way binding, schema-based validation, and reactive field state.
angular-http
by analogjs/angular-skills
Fetch data in Angular using signal-based resource() , httpResource() , and the traditional HttpClient .
angular-routing
by analogjs/angular-skills
Configure routing in Angular v20+ with lazy loading, functional guards, and signal-based route parameters.
angular-testing
by analogjs/angular-skills
Test Angular v20+ applications with Vitest (recommended) or Jasmine, focusing on signal-based components and modern patterns.
angular-tooling
by analogjs/angular-skills
Use Angular CLI and development tools for efficient Angular v20+ development.
angular-ssr
by analogjs/angular-skills
Implement server-side rendering, hydration, and prerendering in Angular v20+.