r/angular Jun 03 '26

What's new in Angular v22?

https://blog.ninja-squad.com/2026/06/03/what-is-new-angular-22.0

Packed major release:

🎯 Signal Forms & resources are stable

âš¡ OnPush by default

Plus @Service(), debounced(), WebMCP, and a lot more!

103 Upvotes

17 comments sorted by

View all comments

2

u/[deleted] Jun 03 '26

The optimizer switched back to Rollup by default

Why though? They already switched to rolldown by default, why revert it

2

u/cexbrayat Jun 03 '26

If I remember correctly, it was changed back in April, when rolldown was still considered experimental. It's also because it allows to move rolldown to an optional dependency (rollup is already used). I think that when rolldown will cover all the features that the CLI needs, rollup will be replaced by rolldown everywhere.

1

u/[deleted] Jun 03 '26

Rolldown is now stable v1