angular-standards
Installation
SKILL.md
When to Load
Load this skill when the task involves:
- Creating or modifying Angular Resources: components, services, directives, pipes, routes, guards, resolvers, interceptors
- Angular-specific features: Dependency Injection, Signals, Forms, Routing, SSR, Animations, Styling
- CLI tooling (
ng generate,ng serve,ng build, etc.) - Angular component tests (
.spec.ts) - Angular architecture decisions (OnPush, standalone, module structure)
Composition
Load typescript-standards ALONGSIDE this skill when the task involves: