There was an error while loading. Please reload this page.
2 parents 0f8ca6d + a3715e7 commit c5711bbCopy full SHA for c5711bb
index.d.ts
@@ -327,8 +327,8 @@ export interface GroupProps {
327
}
328
export interface FieldConfig extends GroupProps {
329
controls: { [key: string]: any } | Array<any>
330
- control: FormArray | FormGroup
331
- parent: FormArray | FormGroup
+ control?: FormArray | FormGroup
+ parent?: FormArray | FormGroup
332
options?: AbstractControlOptions
333
strict?: boolean
334
meta?: { [key: string]: any }
0 commit comments