angular-http
Signal-based HTTP and async data fetching patterns for Angular using httpResource and resource.
Install
npx skills add https://github.com/analogjs/angular-skills --skill angular-httpStats
| Total installs | 3,649 |
| Weekly installs | 3.6K |
| GitHub stars | 570 |
| First seen | Jan 24, 2026 |
| Source | @analogjs/angular-skills |
Summary
- httpResource() provides reactive HTTP requests with automatic refetching when dependencies change, built-in loading/error states, and manual reload/set/update actions
- resource() handles generic async operations with conditional loading, abort signal support, and customizable default values
- Functional interceptors for authentication, error handling, and logging integrate via withInterceptors() in app configuration
- Status-driven UI patterns using @switch on status() signal ('idle', 'loading', 'reloading', 'resolved', 'error') simplify loading states and error recovery
Tags
Related skills
| Skill | Installs | vs angular-http |
|---|---|---|
| ckm:design-system | 3,795 | +146 |
| best-practices | 3,568 | -81 |
| firebase-app-hosting-basics | 3,604 | -45 |
| presentation-builder | 4,144 | +495 |
| screen-reader-testing | 3,464 | -185 |
FAQ
- How many installs does angular-http have?
- angular-http has 3,649 total installs and 3.6K installs this week.
- Where is angular-http hosted?
- angular-http is published by @analogjs/angular-skills at https://github.com/analogjs/angular-skills.
- How many GitHub stars does angular-http have?
- angular-http has 570 GitHub stars.
- When was angular-http first indexed?
- OrangeBot.AI first indexed angular-http on Jan 24, 2026.
- How do I install angular-http?
- Run: npx skills add https://github.com/analogjs/angular-skills --skill angular-http