#angular-cli
Webpack builders are being deprecated in the @angular.dev CLI for v22 🫡

github.com/angular/angu...
Several deprecations by alan-agius4 · Pull Request #33127 · angular/angular-cli
github.com
May 13, 2026 at 8:18 PM
And the #Angular CLI is already up-to-date !
github.com/angular/angu...

Will be shipped as part of 19.1

Angular is going #vite (fast in french 🥖)
November 26, 2024 at 7:29 PM
Introducing the Oxc Angular Compiler ✨

◆ 6.4x faster than Angular CLI
◆ 20.7x faster than Webpack
◆ First-class @vite.dev plugin with full HMR
◆ Built with Oxc
◆ Not another slop fork

While this is experiment, the @angular.dev team is looking into an Oxc integration.

voidzero.dev/posts/oxc-an...
How we made the Angular Compiler faster using AI
How VoidZero built the Oxc Angular Compiler, an AI-powered Angular compiler that achieves up to 20x faster code compiling speed.
voidzero.dev
April 10, 2026 at 4:58 PM
🅰️ Vite CLI - Angular variants
Few weeks ago I added the Angular variants to the Vite project 👏
💙 Thanks to the great @vite.dev team the process was really smooth and fun
✔ Select a framework: › Angular
? Select a variant: ›
=> Angular ↗
Analog ↗
github.com/vitejs/vite/...
feat: add custom Angular variants by gioboa · Pull Request #18410 · vitejs/vite
Based on the feedback of #18330 I created this Angular variant Angular CLI & Analog.js
github.com
November 8, 2024 at 8:49 AM
Angular Developers: We don't always resist change!

Also Angular Developers when any change happens: 😤

github.com/angular/angu...
CLI: [command new] add option to enable previous suffix generation on create · Issue #30594 · angular/angular-cli
Which @angular/* package(s) are relevant/related to the feature request? compiler-cli Description The problem: Starting in Angular v20, by default Angular CLI will not generate suffixes As written ...
github.com
June 27, 2025 at 9:25 PM
🫡 Bye `fakeAsync`, thanks for your service.

✨ Angular 22 will ship an option to migrate `fakeAsync` to @vitest.dev fake timers

🗑️ No more Zone.js patching just because of `fakeAsync`

🙏 Thanks to Andrew Scott and Charles Lyding for welcoming the idea and for the feedback

github.com/angular/angu...
feat(@schematics/angular): add option to migrate `fakeAsync` to Vitest fake timers by yjaaidi · Pull Request #33111 · angular/angular-cli
PR Checklist Please check to confirm your PR fulfills the following requirements: The commit message follows our guidelines: https://github.com/angular/angular-cli/blob/main/CONTRIBUTING.md#-com...
github.com
May 7, 2026 at 3:19 PM
refreshing myself on how to do some basic code and angular-cli for future endeavours.....
November 16, 2024 at 8:05 PM
Agents can install free UI too.
Ply’s Angular + Tailwind components are MIT copy-in source — an MCP/CLI agent can run npx ply-ui-cli add button and land the TypeScript + HTML in your repo.
ply-ui.com
#Angular #Tailwind
September 24, 2026 at 11:57 AM
👀 @angular.dev is adopting @rolldown.rs for their experimental chunk optimization feature.

Super curious to see the build speed improvements over Rollup and what else is in the cards for Rolldown & Angular!

github.com/angular/angu...
refactor(@angular/build): use rolldown for experimental chunk optimization by clydin · Pull Request #30765 · angular/angular-cli
Replaces rollup with rolldown for the experimental chunk optimization feature. This change is expected to improve performance of this feature.
github.com
July 23, 2025 at 7:31 AM
I built Ply so Angular apps can own their UI.
npx ply-ui-cli add button
The component lands in the repo as TypeScript and HTML. The Tailwind is yours to change.
127 components are free and MIT.
ply-ui.com
#Angular, #Typescript, #front-end
Ply — Tailwind Component Library
Ply — ply-ui.com — is a CLI-first Angular + Tailwind CSS component library with 217 components and blocks (127 MIT at github.com/ply-ui-ng/ply), delivered shadcn-style: npx ply-ui-cli add <name> copie...
ply-ui.com
September 23, 2026 at 9:14 AM
🔥 The latest release of @analogjs.org for @angular.dev is out!

✅ Angular v20 support
⚡Stable @vitest.dev support across multiple versions of Angular
🤖 Improved support for generating new Analog apps with @nx.dev

github.com/analogjs/ana...
Release v1.17.0 · analogjs/analog
1.17.0 (2025-05-28) Bug Fixes nx-plugin: improve application template for Angular CLI workspaces (#1747) (f9b6033) nx-plugin: install @nx/angular package for preset (#1746) (3369b75) nx-plugin: ke...
github.com
May 29, 2025 at 7:10 PM
Tales from the Void: April 2026 is out! ✨

This month at VoidZero:

◇ Our approach to supply chain security & trusted publishing
◇ A new Oxc-based Angular Compiler that is up 20x faster
◇ Vite+ `lazyPlugin` to reduce slowdowns
◇ @vitest.dev Browser Mode trace viewer
◇ @rolldown.rs module tags
Tales from the Void: April 2026 Recap
Our April 2026 recap covers VoidZero's approach to supply chain security and trusted publishing, an Oxc-based Angular Compiler 6.4x faster than the Angular CLI, Vite+ lazyPlugin, a new Vitest trace…
voidzero.dev
May 6, 2026 at 6:29 AM
Angular 21.1 is officially here! 🚀
This update brings: ✅ Multi-case @switch matching ✅ Spread syntax in templates ✅ isActive() Signals for routing ✅ Updated [formField] for Signal Forms

Upgrade now: ng update @angular/core @angular/cli and tell us your favorite new feature! 🛠️
January 21, 2026 at 6:00 PM
Introducing Angular DevTools 🔥

Inspect components, signals, DI & routes. Runs as an embedded panel, CLI, MCP server, or Chrome extension.

Built with Devframe (devfra.me) together with @erkamyaman_ng

Open source, contributions welcome!

github.com/santoshyada...
September 23, 2026 at 2:00 PM
Random thoughts around Angular's CLI recently...Im starting to lean towards the angular CLI should cease to exist (not because of Nx).

Between Webpack, Vite, rspack, rsbuild, rolldown. etc... it's hard to imagine that the Angular team could/would want to keep updating the underlying builder.
January 9, 2025 at 3:25 PM
github.com/angular/angu...

- Error boundaries (template + programmatic)
- Route resources
- Permanent hidden fields in sig forms
- STABLE auto cleanup injectors (routes)
- Allow throwing RedirectCommand to trigger redirects
- Opt to catch misspelled output bindings
- Priv props access in templates
Release 22.2.0 · angular/angular
compiler Commit Description allow template to access private props do not encapsulate nested selectors if parent contains ::ng-deep scope nested CSS rules compiler-cli Commit De...
github.com
September 24, 2026 at 1:33 AM
I made a project this weekend documenting how composable and reusable the NgRx SignalStore is, via built in and custom features. How simple many features can be, various examples of features, ways to give custom features inputs (easier than I thought), generics etc.

stackblitz.com/edit/stackbl...
NgRx Signal Store + Toolkit v21 - StackBlitz
An angular-cli project based on @angular/animations, @angular/common, @angular/compiler, @angular/core, @angular/forms, @angular/platform-browser, @angular/platform-browser-dynamic, @angular/router, c...
stackblitz.com
February 2, 2026 at 2:59 PM
Did you know the Angular CLI is getting built-in support for SSR?

There's a new "application" builder that does the browser and server builds in one step using esbuild and the Vite dev server for serving.

ng serve --ssr

GitHub repo 👀

https://github.com/brandonroberts/angular-cli-ssr
GitHub - brandonroberts/angular-cli-ssr: An example application with the Angular CLI and SSR
An example application with the Angular CLI and SSR - GitHub - brandonroberts/angular-cli-ssr: An example application with the Angular CLI and SSR
github.com
July 18, 2023 at 12:19 AM
For those encountering issues with HMR recently,

19.1.3 (framework) and 19.1.4 (cli) have just been released with several fixes.

Let us know if you still encounter some issues !

#Angular
January 22, 2025 at 8:46 PM
TIL the #Angular CLI won't even let you upgrade more than one major at a time anymore 👀
December 30, 2024 at 4:45 PM
Looking for Base UI Angular? It's Ply now.
Free Angular + Tailwind components — copy in or CLI.
ply-ui.com
September 25, 2026 at 1:12 PM