The angular-http skill provides developers with methods to implement HTTP data fetching in Angular v20+ using signal-based patterns like `resource()` and `httpResource()`, as well as the traditional `HttpClient`. It solves the problem of managing API calls, loading states, and error handling by offering reactive, signal-based state management that automatically refetches data when dependencies change, replacing Observable-based patterns with a more modern approach.
npx skills add https://github.com/analogjs/angular-skills --skill angular-http