Skip to content

v18.0.0-rc.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@atscott atscott released this 15 May 22:50
· 278 commits to main since this release

18.0.0-rc.2 (2024-05-15)

core

Commit Description
refactor - 1fd63e9cff deprecate @Component.interpolation (#55778)

forms

Commit Description
fix - 61007dced0 Add event for forms submitted & reset (#55667)
fix - 2e27ca9ddf Allow canceled async validators to emit. (#55134)

migrations

Commit Description
fix - c4b2f18709 migrate HttpClientTestingModule in test modules (#55803)
fix - bb4a4016a9 preserve existing properties in HttpClientModule migration (#55777)

Deprecations

core

  • @Component.interpolation is deprecated. Use Angular's
    delimiters instead.