Change8

Migrating to Angular v19.2.22

Version v19.2.22 introduces 1 breaking change. This guide details how to update your code.

Released: 5/12/2026

1
Breaking Changes
0
Migration Steps
4
Affected Symbols

⚠️ Check Your Code

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

host bindingsi18n bindingsrenderModulerenderApplication

Breaking Changes

Issue #1

Event attribute bindings are now unconditionally disallowed in host bindings. If you were relying on this behavior, you must remove the event attribute bindings from host bindings.

Release Summary

This release introduces security enhancements by disallowing event attribute bindings in host bindings and validating security-sensitive attributes in i18n bindings. It also adds an `allowedHosts` option for server-side rendering functions.

Need More Details?

View the full release notes and all changes for Angular v19.2.22.

View Full Changelog