19.1.0 (2025-01-15)
common
Commit | Description |
---|---|
expose component instance in NgComponentOutlet (#58698) |
compiler
Commit | Description |
---|---|
allow $any in two-way bindings (#59362) | |
use chunk origin in template HMR request URL (#59459) |
compiler-cli
Commit | Description |
---|---|
check event side of two-way bindings (#59002) |
core
Commit | Description |
---|---|
add event listener options to renderer (#59092) | |
add utility for resolving defer block information to ng global (#59184) | |
extend the set of profiler events (#59183) | |
set kind field on template and effect nodes (#58865) | |
support TypeScript 5.7 (#58609) | |
Defer afterRender until after first CD (#58250) | |
Don't run effects in check no changes pass (#58250) |
migrations
Commit | Description |
---|---|
add schematic to clean up unused imports (#59353) | |
resolve text replacement issue (#59452) |
platform-browser
Commit | Description |
---|---|
avoid circular DI error in async renderer (#59256) |
router
Commit | Description |
---|---|
complete router events on dispose (#59327)
|