Interface ForFormArrayItemsDirectiveContext

interface ForFormArrayItemsDirectiveContext {
    $implicit: UntypedFormGroup;
    array: UntypedFormArray;
    even: boolean;
    first: boolean;
    index: number;
    last: boolean;
    odd: boolean;
}

Properties

$implicit: UntypedFormGroup
array: UntypedFormArray
even: boolean
first: boolean
index: number
last: boolean
odd: boolean