* Remove a control from this group. * * See `FormGroup#removeControl` for additional information.
(name: string, options?: {emitEvent?: boolean})
| 764 | * See `FormGroup#removeControl` for additional information. |
| 765 | */ |
| 766 | removeControl(name: string, options?: {emitEvent?: boolean}): void; |
| 767 | |
| 768 | /** |
| 769 | * Replace an existing control. |
no outgoing calls
no test coverage detected