Method
group
(
controlsConfig: {[key: string]: any},
options: AbstractControlOptions | {[key: string]: any} | null = null,
)
Source from the content-addressed store, hash-verified
| 518 | ): UntypedFormGroup; |
| 519 | |
| 520 | override group( |
| 521 | controlsConfig: {[key: string]: any}, |
| 522 | options: AbstractControlOptions | {[key: string]: any} | null = null, |
| 523 | ): UntypedFormGroup { |
| 524 | return super.group(controlsConfig, options); |
| 525 | } |
| 526 | |
| 527 | /** |
| 528 | * Like `FormBuilder#control`, except the resulting control is untyped. |
Callers
nothing calls this directly
Tested by
no test coverage detected