frontend-angular
Installation
SKILL.md
Prerequisites: MUST READ before executing:
.claude/skills/shared/understand-code-first-protocol.md.claude/skills/shared/evidence-based-reasoning-protocol.md
Quick Summary
Goal: Create or modify Angular frontend code -- components, forms, stores, and API services -- following platform patterns.
Project Pattern Discovery
Before implementation, search your codebase for project-specific patterns:
- Search for:
BaseComponent,VmStore,FormComponent,ApiService,untilDestroyed - Look for: project base component classes, shared component libraries, state store conventions
MANDATORY IMPORTANT MUST Plan ToDo Task to READ
frontend-patterns-reference.mdfor project-specific patterns and code examples. If file not found, continue with search-based discovery above.