Change8

Migrating to Angular v22.0.0-next.2

Version v22.0.0-next.2 introduces 1 breaking change. This guide details how to update your code.

Released: 3/11/2026

1
Breaking Changes
1
Migration Steps
4
Affected Symbols

⚠️ Check Your Code

If you use any of these symbols, you need to read this guide:

createNgModuleRefcreateNgModuleSignalFormsConfigsignal.toString()

Breaking Changes

Issue #1

The function `createNgModuleRef` was removed. Consumers should now use `createNgModule` instead.

Migration Steps

  1. 1
    Replace all usages of `createNgModuleRef` with `createNgModule`.

Release Summary

This release introduces signal debouncing and template inlay hints support, alongside removing the deprecated `createNgModuleRef` function.

Need More Details?

View the full release notes and all changes for Angular v22.0.0-next.2.

View Full Changelog