angular-tooling

Installation
Summary

Angular CLI and development tools for v20+ project setup, code generation, building, testing, and configuration.

  • Covers project creation, component/service/directive/pipe generation, and schematic-based code scaffolding with inline templates and change detection options
  • Includes development server configuration, production builds with budgets and hashing, and bundle analysis via stats-json output
  • Supports unit and e2e testing, linting with auto-fix, and environment-based file replacements for multi-environment builds
  • Handles library integration (Angular Material, PWA, SSR, Localize), Angular version updates, and persistent build caching
SKILL.md

Angular Tooling

Use Angular CLI and development tools for efficient Angular v20+ development.

Project Setup

Create New Project

# Create new standalone project (default in v20+)
ng new my-app

# With specific options
ng new my-app --style=scss --routing --ssr=false

# Skip tests
ng new my-app --skip-tests
Related skills

More from analogjs/angular-skills

Installs
3.8K
GitHub Stars
588
First Seen
Jan 24, 2026