Change8

v22.0.0-next.2

Breaking Changes
📦 angularView on GitHub →
1 breaking2 features🐛 4 fixes🔧 4 symbols

Summary

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

⚠️ Breaking Changes

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

Migration Steps

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

✨ New Features

  • Added support for debouncing signals in core.
  • Added Angular template inlay hints support in language-service.

🐛 Bug Fixes

  • Ensured definitions compile correctly.
  • Included signal debug names in their `toString()` representation.
  • Sanitized translated attribute bindings that use interpolations.
  • Restricted `SignalFormsConfig` to a readonly API.

Affected Symbols