* Replace an existing control. * * See `FormGroup#setControl` for additional information.
(name: string, control: TControl, options?: {emitEvent?: boolean})
| 771 | * See `FormGroup#setControl` for additional information. |
| 772 | */ |
| 773 | setControl(name: string, control: TControl, options?: {emitEvent?: boolean}): void; |
| 774 | |
| 775 | /** |
| 776 | * Check whether there is an enabled control with the given name in the group. |
no outgoing calls
no test coverage detected