UntypedFormArray is a non-strongly-typed version of FormArray, which permits heterogenous controls.
FormArray
type UntypedFormArray = FormArray<any>