Files
antigravity-skills-reference/skills/angular
sck_0 aa71e76eb9 chore: release 6.5.0 - Community & Experience
- Add date_added to all 950+ skills for complete tracking
- Update version to 6.5.0 in package.json and README
- Regenerate all indexes and catalog
- Sync all generated files

Features from merged PR #150:
- Stars/Upvotes system for community-driven discovery
- Auto-update mechanism via START_APP.bat
- Interactive Prompt Builder
- Date tracking badges
- Smart auto-categorization

All skills validated and indexed.

Made-with: Cursor
2026-02-27 09:19:41 +01:00
..
2026-02-04 08:58:45 +01:00
2026-02-04 08:58:45 +01:00

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:

  1. Modern component patterns with Signal inputs/outputs
  2. State management with Signals and computed values
  3. Performance optimization techniques
  4. SSR and hydration best practices
  5. 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)

References