Angular: v22.0.0-next.2 Release

Release date:
March 11, 2026
Previous version:
v22.0.0-next.1 (released March 5, 2026)
Magnitude:
5,028 Diff Delta
Contributors:
14 total committers
Data confidence:
Commits:

41 Features Released with v22.0.0-next.2

Top Contributors in v22.0.0-next.2

kbrilla
atscott
leonsenft
hawkgs
SkyZeroZx
sonukapoor
alan-agius4
ibrahim-hussien-dev
anushkasingh-commits
cexbrayat

Directory Browser for v22.0.0-next.2

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

core

| Commit | Description | | -- | -- | | feat - b918beda32 | allow debouncing signals | | fix - f9ede9ec98 | ensure definitions compile | | fix - b401c18674 | include signal debug names in their toString() representation | | fix - 8630319f74 | sanitize translated attribute bindings with interpolations | | refactor - 36936872c9 | remove createNgModuleRef |

forms

| Commit | Description | | -- | -- | | fix - 3e7ce0dafc | restrict SignalFormsConfig to a readonly API |

language-service

| Commit | Description | | -- | -- | | feat - 5a6d88626b | add angular template inlay hints support |

Breaking Changes

core

  • createNgModuleRef was removed, use createNgModule instead