Angular v22 Resource APIs
Installation
SKILL.md
Angular v22 Resource APIs
Purpose
Use this skill when Angular 22 async data should be modeled with the production-ready resource APIs.
When to Use
Use this skill when:
- The feature needs asynchronous data loading in v22.
- You want resource or httpResource instead of ad hoc fetch orchestration.
- Tests or UI logic depend on the exact loading or value timing.
When Not to Use
Do not use this skill when: