Angular v22 Component Contracts
Installation
SKILL.md
Angular v22 Component Contracts
Purpose
Use this skill when Angular 22 changes affect component creation, selector rules, host directives, or default component behavior.
When to Use
Use this skill when:
- Dynamic components use APIs that changed or were removed in v22.
- Multiple selectors or host directives may now collide.
- Component change detection behavior needs to stay explicit.
When Not to Use
Do not use this skill when: