Angular 22.1: what's new Angular 22.1 has been released with refinements to signals, hydration, and control flow. Developers can now use viewChild and contentChild with more relaxed type inference, including inside computed signals, eliminating boilerplate ngAfterViewInit checks. Hydration mismatch errors now point to the specific DOM node, and @for blocks with track catch more identity-change issues. The update also delivers smaller bundles through better tree-shaking of unused signal utilities. Angular 22.1 shipped a handful of changes worth knowing about if you're on a recent version. Here's what's in it, with code. You can now use viewChild and contentChild with more relaxed type inference in more places, including inside computed signals. export class MyComponent { header = viewChild