MCPcopy
hub / github.com/angular/angular / removeControl

Method removeControl

packages/forms/src/model/form_group.ts:766–766  ·  view source on GitHub ↗

* Remove a control from this group. * * See `FormGroup#removeControl` for additional information.

(name: string, options?: {emitEvent?: boolean})

Source from the content-addressed store, hash-verified

764 * See `FormGroup#removeControl` for additional information.
765 */
766 removeControl(name: string, options?: {emitEvent?: boolean}): void;
767
768 /**
769 * Replace an existing control.

Implementers 1

FormGrouppackages/forms/src/model/form_group.ts

Calls

no outgoing calls

Tested by

no test coverage detected