mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
c353497a01
Enables users to add an array of FormControls to a FormArray using its existing .push() method, instead of pushing each new FormControl one by one triggering events along the way. PR Close #57102