Files
antigravity-skills-reference/web-app/public/skills/angular
Zied Boughdir ea47fe330f feat: auto-updating web app and prompt builder
* docs: detail auto-update via START_APP.bat

* feat: add interactive prompt builder to skill detail page

* Add a robust auto-update mechanism to the Web App launcher and introduce the Interactive Prompt Builder.

* docs: add interactive prompt builder section

* feat: add copy full content button
2026-02-25 15:57:15 +01:00
..
2026-02-24 09:44:01 +01:00
2026-02-24 09:44:01 +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