docs(forms): fix FormArray description (#14094)
Closes #14075 PR Close #14094
This commit is contained in:

committed by
Misko Hevery

parent
774e1db87c
commit
d9420311ca
@ -1102,8 +1102,8 @@ export class FormGroup extends AbstractControl {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @whatItDoes Tracks the value and validity state of an array of {@link FormControl}
|
* @whatItDoes Tracks the value and validity state of an array of {@link FormControl},
|
||||||
* instances.
|
* {@link FormGroup} or {@link FormArray} instances.
|
||||||
*
|
*
|
||||||
* A `FormArray` aggregates the values of each child {@link FormControl} into an array.
|
* A `FormArray` aggregates the values of each child {@link FormControl} into an array.
|
||||||
* It calculates its status by reducing the statuses of its children. For example, if one of
|
* It calculates its status by reducing the statuses of its children. For example, if one of
|
||||||
|
Reference in New Issue
Block a user