isFormArray
constant
Asserts that the given control is an instance of FormArray
API
const isFormArray: (control: unknown) => control is FormArray<any>;
Jump to details
Asserts that the given control is an instance of FormArray
const isFormArray: (control: unknown) => control is FormArray<any>;