If you're working with Angular 19's new resource API, this skill keeps Claude up to date on the modern approach to async data loading with signals. It covers the core patterns: basic loaders that fetch data on component init, and request-based loaders that refetch when signal dependencies change. The resource API is Angular's answer to making reactive data fetching feel natural with signals, replacing older patterns like async pipe gymnastics. The examples are straightforward and show the two main use cases you'll actually hit in practice.
npx skills add https://github.com/oguzhan18/angular-ecosystem-skills --skill angular-resource