FormArray<TAbstractControl extends AbstractControl> constructor

FormArray<TAbstractControl extends AbstractControl>(
  1. ObservableList<TAbstractControl> controls, {
  2. OptionsFormArray<TAbstractControl>? options,
})