MCPcopy Index your code
hub / github.com/angular/angular / addControl

Method addControl

packages/forms/src/directives/form_interface.ts:30–30  ·  view source on GitHub ↗

* @description * Add a control to this form. * * @param dir The control directive to add to the form.

(dir: NgControl)

Source from the content-addressed store, hash-verified

28 * @param dir The control directive to add to the form.
29 */
30 addControl(dir: NgControl): void;
31
32 /**
33 * @description

Callers 2

_setUpControlMethod · 0.65
_setUpControlMethod · 0.65

Implementers 1

NgFormpackages/forms/src/directives/ng_form.

Calls

no outgoing calls

Tested by

no test coverage detected