* Check whether there is an enabled control with the given name in the group. * * See `FormGroup#contains` for additional information.
(controlName: string)
| 778 | * See `FormGroup#contains` for additional information. |
| 779 | */ |
| 780 | contains(controlName: string): boolean; |
| 781 | |
| 782 | /** |
| 783 | * Sets the value of the `FormRecord`. It accepts an object that matches |
no outgoing calls
no test coverage detected