AI AGENT ADDONS

Angular dependency injection helps you share data and services across your app. Use inject() to get what you need without extra code. You can set up providers at different levels like root, route, or component. This keeps your app organized and makes testing easier.

Create injection tokens for values like API URLs or settings. Choose between singleton services that share one instance or scoped services that create a new copy per component. This skill works with Angular version 20 and above.

Add Angular Di skill to your workflow

Global

mkdir -p ~/.claude/skills/angular-di

Project

mkdir -p .claude/skills/angular-di

Source Repository

Stars
596
Forks
70
Watchers
596
License
MIT
Last Push
4 months ago
Created
6 months ago