angular
Installation
SKILL.md
Angular
Angular is a platform for building mobile and desktop web applications. Angular 19 (2025) has completely reinvented itself with Signals, Standalone Components, and optional Zone.js.
When to Use
- Enterprise Applications: Strict structure, opinionated, and "batteries-included" (Router, Forms, HTTP).
- Large Teams: TypeScript and strict patterns make it easier for large teams to collaborate.
- Long-term Maintenance: Angular's update story is excellent (CLI automates migrations).
Quick Start (Signals)
import { Component, signal, computed } from "@angular/core";