angular-component
SKILL.md
Angular Component Development Workflow
Pre-Flight Checklist
- Identify correct app:
playground-text-snippet,employee, etc. - Read the design system docs for the target application (see below)
- Search for similar components:
grep "{FeatureName}Component" --include="*.ts" - Determine component type (list, form, detail, dialog)
- Check if store is needed (complex state)
π¨ Design System Documentation (MANDATORY)
Before creating any component, read the design system documentation for your target application:
| Application | Design System Location |
|---|---|
| WebV2 Apps | docs/design-system/ |
| TextSnippetClient | src/PlatformExampleAppWeb/apps/playground-text-snippet/docs/design-system/ |