UntypedFormArray • Angular

@angular/forms

Type Alias

UntypedFormArray is a non-strongly-typed version of FormArray, which permits heterogenous controls.

API

    
      type UntypedFormArray = FormArray<any>