17.1.0-next.2 (2023-11-29)
compiler
Commit | Description |
---|---|
allow TS jsDocParsingMode host option to be programmatically set (#53126) |
compiler-cli
Commit | Description |
---|---|
add diagnostic for control flow that prevents content projection (#53190) |
core
Commit | Description |
---|---|
avoid stale provider info when TestBed.overrideProvider is used (#52918) | |
inherit host directives (#52992) | |
Reattached views that are dirty from a signal update should refresh (#53001) |
migrations
Commit | Description |
---|---|
Add ngForTemplate support to control flow migration (#53076) | |
allows colons in ngIf else cases to migrate (#53076) | |
cf migration fix migrating empty switch default (#53237) | |
CF migration log warning when collection aliasing detected in @for (#53238) | |
cf migration removes unnecessary bound ngifelse attribute (#53236) | |
control flow migration formatting fixes (#53076) | |
fix off by one issue with template removal in CF migration (#53255) | |
fixes CF migration i18n ng-template offsets (#53212) | |
fixes control flow migration common module removal (#53076) | |
properly handle ngIfThen cases in CF migration (#53256) | |
Update CF migration to skip templates with duplicate ng-template names (#53204) |
router
Commit | Description |
---|---|
Resolvers in different parts of the route tree should be able to execute together (#52934) |