AgentSkillsCN

Angular Patterns

Angular 模式

SKILL.md

Angular Patterns

Description

A concise collection of recommended patterns for Angular development: component composition, RxJS idioms, and state management best practices.

When to Use

  • Building feature modules and reusable components
  • Choosing RxJS operators for data flows
  • Onboarding developers to frontend architecture

Resources

  • Templates: component-template.ts
  • Examples: examples/ contains sample components and small feature modules

Integration

Agents (implementation, test-writer) should reference this SKILL for templates and tests. Instructions files link to this resource for concrete examples.