compiler-cli
Commit | Description |
---|---|
add extended diagnostic for invalid nullish coalescing (#60279) | |
support type checking of host bindings (#60267) | |
report more accurate diagnostic for invalid import (#60455) | |
wrong event name for host listener decorators (#60460) |
core
Commit | Description |
---|---|
add hook for producer creation side effects (#60333) | |
add support for two-way bindings on dynamically-created components (#60342) | |
mark the toSignal API as stable (#60442) | |
remove TestBed.get (#60414) | |
catch hydration marker with implicit body tag (#60429) | |
execute timer trigger outside zone (#60392) | |
include input name in error message (#60404) | |
remove rejectErrors option encourages uncaught exceptions (#60397)
| |
remove unused parameter from listener instruction (#60406) |
platform-browser-dynamic
Commit | Description |
---|---|
ensure compiler is loaded before @angular/common (#60458)
|
upgrade
Commit | Description |
---|---|
handle output emitters when downgrading a component (#60369) |
Breaking Changes
core
-
TestBed.get
has been removed. UseTestBed.inject
instead.