Back to Explore

angular/angular-cli

GitHub
3 updates · last 90 days1 watchersOpen source

Last release:

Angular CLI is a command-line interface tool for Angular applications, useful for initializing, developing, scaffolding, and maintaining Angular projects from a command shell. It can be installed globally (for example, via npm) and provides common commands like creating a new workspace and starting the development server (ng serve).

Project status

  • Actively maintained: The upstream repo was pushed 2026-08-11, and there are multiple recent updates in early August 2026 (v22.2.0-next.2, v22.2.0-next.1, and v22.1.3).
  • Update cadence: Recent work landed within about a week (Aug 5 updates, plus another upstream push on Aug 11). This suggests an ongoing, relatively frequent development cadence rather than long gaps.

AI summary generated

AI-generated from public sources. May be inaccurate. Report

Recent updates

  • v22.2.0-next.2

    This prerelease updates @angular/build to address issues in the OXC-based linker/transform pipeline, specifically disabling internal source mapping and preventing syntax corruption. The code changes also include internal refactors to the string AST factory and the OXC transform integration.

  • v22.2.0-next.1

    Angular 22.2.0-next.1 includes CLI changes to the `ng mcp` command, and multiple build improvements in `@angular/build`, including a linker migration to `oxc-parser` and `magic-string`. The release notes focus on stability fixes (build hang, watch cache behavior), SSR performance, and better license-file handling.

    Features
  • v22.1.3

    Release 22.1.3 primarily contains bug fixes and small performance improvements across Angular CLI, @angular/build, and @angular/ssr. Documented CLI changes cover ng add/ng update correctness and Windows path normalization, build fixes address hangs and caching, and SSR tweaks focus on disconnect handling and avoiding unnecessary buffering.