common
Commit | Description |
---|---|
removengModuleFactory input of NgComponentOutlet (#62838)
|
compiler
Commit | Description |
---|---|
fixes animations on elements with structural directives (#63390) | |
Keep paraenthesis in Nullish + Boolean expression. (#63292) |
core
Commit | Description |
---|---|
Ensures @for loop animations never get cancelled (#63328)
| |
fix memory leak with leaving nodes tracking (#63328) | |
Fixes animate.leave binding to a string with spaces (#63366)
|
forms
Commit | Description |
---|---|
Add FormArrayDirective (#55880) |
migrations
Commit | Description |
---|---|
add migration to convert ngClass to use class (#62983) |
Breaking Changes
common
- NgModuleFactory has been removed, use NgModule instead.
forms
- This new directive will conflict with existing FormArray directives or formArray inputs on the same element.