| .. | ||
| metadata.json | ||
| README.md | ||
| SKILL.md | ||
Angular
A comprehensive guide to modern Angular development (v20+) optimized for AI agents and LLMs.
Overview
This skill covers modern Angular patterns including:
- Signals - Angular's reactive primitive for state management
- Standalone Components - Modern component architecture without NgModules
- Zoneless Applications - High-performance apps without Zone.js
- SSR & Hydration - Server-side rendering and client hydration patterns
- Modern Routing - Functional guards, resolvers, and lazy loading
- Dependency Injection - Modern DI with
inject()function - Reactive Forms - Type-safe form handling
Structure
This skill is a single, comprehensive SKILL.md file containing:
- Modern component patterns with Signal inputs/outputs
- State management with Signals and computed values
- Performance optimization techniques
- SSR and hydration best practices
- Migration strategies from legacy Angular patterns
Usage
This skill is designed to be read in full to understand the complete modern Angular development approach, or referenced for specific patterns when needed.
Version
Current version: 1.0.0 (February 2026)