skills/smithery.ai/angular-component-development

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

Standalone Component Template

Installs
1
First Seen
Apr 4, 2026
angular-component-development from smithery.ai