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