Ng Data Access

Build the typed server-communication layer in Angular v22+ – fetch data through httpResource/resource/rxResource backed by HttpClient, with functional interceptors, loading/error/reload state, and SSR-safe transfer caching. Use when fetching data, writing an API service, wiring HttpClient, choosing httpResource vs resource vs rxResource, adding an interceptor, or surfacing loading/error/reload state. The project's TypeScript style guide prefers resource()/rxResource()/httpResource() over "RxJS + async pipe" for reads.

L-X-T Updated

File contents

L-X-T/ng-agentic-skills/tree/main/.agents/skills/ng-data-access commit 1d194253ca

Frequently asked questions

npx skillmds@latest add l-x-t/ng-data-access