angular▌
33 indexed skills · max 10 per page
angular-signals
analogjs/angular-skills · Productivity
Signal-based reactive state management for Angular v20+ with synchronous, fine-grained reactivity. \n \n Core APIs include signal() for writable state, computed() for derived state, linkedSignal() for dependent state with automatic reset, and effect() for side effects \n Integrates with RxJS via toSignal() and toObservable() for converting between observables and signals \n Supports custom equality functions, untracked reads to break dependencies, and read-only signal exposure via asReadonly() \
angular-http
analogjs/angular-skills · Productivity
Signal-based HTTP data fetching with httpResource(), resource(), and HttpClient for Angular v20+. \n \n httpResource() provides reactive HTTP requests with automatic refetching when dependencies change, built-in loading/error states, and manual reload/set/update actions \n resource() handles generic async operations with conditional loading, abort signal support, and customizable default values \n Functional interceptors for authentication, error handling, and logging integrate via withIntercept
angular-routing
analogjs/angular-skills · Productivity
Angular v20+ routing with lazy loading, functional guards, resolvers, and signal-based route parameters. \n \n Supports lazy loading of feature modules and individual components with loadChildren and loadComponent \n Functional guards for authentication, role-based access control, and unsaved changes detection; resolvers pre-fetch data before route activation \n Route parameters and query strings bind directly to component inputs via withComponentInputBinding() , with signal-based access to Acti