angular▌
33 indexed skills · max 10 per page
angular-best-practices-ngrx
alfredoperez/angular-best-practices · Productivity
NgRx state management rules for global state with actions, reducers, effects, and selectors. Use with the core angular-best-practices skill for comprehensive Angular coverage.
angular-best-practices-material
alfredoperez/angular-best-practices · Productivity
Angular Material and CDK rules for component usage, theming, and testing. Use with the core angular-best-practices skill for comprehensive Angular coverage.
angular-best-practices
alfredoperez/angular-best-practices · Productivity
Comprehensive style guide for performant, maintainable Angular 17+ applications using signals and modern APIs. \n \n Covers TypeScript strictness, standalone components with OnPush detection, signal-based reactivity with input() , output() , and computed() , and control flow syntax ( @if , @for , @switch ) \n Includes RxJS patterns, performance optimization (route resolvers, lazy loading, @defer ), testing with component harnesses, and architecture guidelines \n Optional library-specific add-ons
angular-forms
analogjs/angular-skills · Productivity
Signal-based reactive forms for Angular v21+ with automatic two-way binding and schema-based validation. \n \n Provides type-safe form creation using writable signals as the single source of truth, with automatic field state management for validation, interaction, and availability \n Includes built-in validators (required, email, min, max, pattern) plus custom, cross-field, and async HTTP validation with conditional logic \n Supports dynamic arrays, nested objects, hidden/disabled/readonly field
angular-tooling
analogjs/angular-skills · Productivity
Angular CLI and development tools for v20+ project setup, code generation, building, testing, and configuration. \n \n Covers project creation, component/service/directive/pipe generation, and schematic-based code scaffolding with inline templates and change detection options \n Includes development server configuration, production builds with budgets and hashing, and bundle analysis via stats-json output \n Supports unit and e2e testing, linting with auto-fix, and environment-based file replace
angular-di
analogjs/angular-skills · Productivity
Dependency injection configuration and service management for Angular v20+ using inject() and providers. \n \n Use inject() for cleaner dependency declaration in components and services; configure providers at root, component, or route level to control singleton vs instance-per-component behavior \n Create and inject custom tokens for configuration objects, third-party values, and multi-provider collections; supports useValue, useClass, useFactory, and useExisting provider strategies \n Manage i
angular-testing
analogjs/angular-skills · Testing
Unit and integration testing for Angular v20+ with Vitest or Jasmine, supporting signals and modern patterns. \n \n Supports both Vitest (recommended) and Jasmine test runners with native Angular v20+ integration via @angular/build \n Covers signal-based components, computed values, OnPush change detection, and input/output testing with modern APIs \n Includes HTTP mocking via HttpTestingController , service injection with TestBed.inject() , and dependency mocking with Vitest \n Provides pattern
angular
mindrally/skills · Productivity
You are an Angular, SASS, and TypeScript expert creating scalable, high-performance web applications with strict type safety and Angular's official style guide adherence.
auth0-angular
auth0/agent-skills · Productivity
Add authentication to Angular applications using @auth0/auth0-angular.
angular-module-design
aj-geddes/useful-ai-prompts · Frontend
Architect scalable Angular applications using feature modules, lazy loading, services, and RxJS for reactive programming patterns.