* @description * Add a control to this form. * * @param dir The control directive to add to the form.
(dir: NgControl)
| 28 | * @param dir The control directive to add to the form. |
| 29 | */ |
| 30 | addControl(dir: NgControl): void; |
| 31 | |
| 32 | /** |
| 33 | * @description |
no outgoing calls
no test coverage detected