* @description * Remove a control from this form. * * @param dir: The control directive to remove from the form.
(dir: NgControl)
| 36 | * @param dir: The control directive to remove from the form. |
| 37 | */ |
| 38 | removeControl(dir: NgControl): void; |
| 39 | |
| 40 | /** |
| 41 | * @description |
no outgoing calls
no test coverage detected