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

Method removeControl

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

* @description * Remove a control from this form. * * @param dir: The control directive to remove from the form.

(dir: NgControl)

Source from the content-addressed store, hash-verified

36 * @param dir: The control directive to remove from the form.
37 */
38 removeControl(dir: NgControl): void;
39
40 /**
41 * @description

Callers 5

removeControlMethod · 0.65
removeFormGroupMethod · 0.65
ngOnChangesMethod · 0.65
ngOnDestroyMethod · 0.65
ngOnDestroyMethod · 0.65

Implementers 1

NgFormpackages/forms/src/directives/ng_form.

Calls

no outgoing calls

Tested by

no test coverage detected