1

I'm validation slab amount so i have using FormArray but while creating custom validation i am unable to pass FormGroup index of that form control

export function maximumAmountValidation(formArray: FormArray, index: number): { [key: string]: boolean } | null {
  return null;
}

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.