angular-best-practices
Installation
SKILL.md
Modern Angular Best Practices
A comprehensive set of 112 rules covering TypeScript strictness, signal-based reactivity, component architecture, template optimization, RxJS patterns, SSR hydration, bundle optimization, accessibility, routing, forms, testing, and styling — so every component, service, template, and route you build is fast, accessible, tested, and maintainable.
Below are the key patterns organized by what you're working on. For edge cases or when you need specific code examples beyond what's listed here, consult the AGENTS.md reference file in this skill directory.
Components & Signals
Components are the building blocks. Modern Angular uses signals for reactivity, which changes how you write everything from state to templates.