angular-component-development
Installation
SKILL.md
Angular Component Development
Overview
All components in MusicTheory use Angular 21's standalone component pattern. This skill ensures consistency with existing architecture and proper integration.
Core principle: Standalone components, centralized state in MusicTheoryService, proper cleanup.
When to Use
- Creating a new component
- Modifying existing component structure
- Adding new features to components
- Fixing component-related bugs
- Refactoring component architecture