frontend-angular-api-service
Installation
SKILL.md
Angular API Service Development Workflow
When to Use This Skill
- Creating new API service for backend communication
- Adding caching to API calls
- Implementing file upload/download
- Adding custom headers or interceptors
Pre-Flight Checklist
- Identify backend API base URL
- Read the design system docs for the target application (see below)
- List all endpoints to implement
- Determine caching requirements
- Search existing services:
grep "{Feature}ApiService" --include="*.ts"