angular-http
angular http
Requirements & configuration
- headers: { 'Authorization': Bearer ${this.token()} },
- For complex scenarios or when you need Observable operators:
- 'Authorization': 'Bearer token',
- const token = authService.token();
- setHeaders: { Authorization: Bearer ${token} },
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
angular-http FAQ
What does the angular-http skill do?
Implement HTTP data fetching in Angular v20+ using resource(), httpResource(), and HttpClient. Use for API calls, data loading with signals, request/response handling, and interceptors. Triggers on data fetching, API integration, loading states, error handling, or converting Observable-based HTTP to signal-based patterns.
What does angular-http require?
headers: { 'Authorization': Bearer ${this.token()} }, For complex scenarios or when you need Observable operators: 'Authorization': 'Bearer token', const token = authService.token(); setHeaders: { Authorization: Bearer ${token} },
How do I install angular-http?
Run: npx -y skills add https://github.com/analogjs/angular-skills --skill angular-http --agent claude-code — the source lives at github.com/analogjs/angular-skills.
Maintain angular-http?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/analogjs-angular-skills-angular-http?ref=badge) npx agentictools info skills/analogjs-angular-skills-angular-http The second line is the CLI lookup for this page — handy in READMEs and docs.