Skip to content

Commit

Permalink
Version 2.1.2
Browse files Browse the repository at this point in the history
Change:
- Added type arguments to `AbstractCollectionComponent`

Fix:
- Using `FormArray.push(...)` instead of `FormArray.controls.push(...)` to ensure FormGroup updates.
  • Loading branch information
devtronic committed Jun 11, 2021
1 parent 4de7143 commit 284b42f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Change:
Fix:
- Using `FormArray.push(...)` instead of `FormArray.controls.push(...)` to ensure FormGroup updates.


## 2.1.1

Fix:
Expand Down

0 comments on commit 284b42f

Please sign in to comment.