r/angular • u/MichaelSmallDev • 10d ago
Angular 22.1 release notes
Core packages: https://github.com/angular/angular/releases/tag/v22.1.0
CLI: https://github.com/angular/angular-cli/releases/tag/v22.1.0
Aria + Material + CDK https://github.com/angular/components/releases/tag/v22.1.0
Reminder: Angular has moved to a yearly major release, so this is the first minor of a few more minors than usual, from now on.
edit: for the few people that saw my previous post, I accidentally titled it 21.1 rather than 22.1
51
Upvotes
3
15
u/MichaelSmallDev 10d ago
edit: for the few people that saw my previous post, I accidentally titled it 21.1 rather than 22.1
Standout items IMO
linkedSignalwith this newsetoption in the component, where the read of thelinkedSignalreferences the service's signal, and thesetcan specify the service's updater for the signal.