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

Method registerControl

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

* Registers a control with the records's list of controls. * * See `FormGroup#registerControl` for additional information.

(name: string, control: TControl)

Source from the content-addressed store, hash-verified

750 * See `FormGroup#registerControl` for additional information.
751 */
752 registerControl(name: string, control: TControl): TControl;
753
754 /**
755 * Add a control to this group.

Callers 3

addControlMethod · 0.65
addFormGroupMethod · 0.65

Implementers 1

FormGrouppackages/forms/src/model/form_group.ts

Calls

no outgoing calls

Tested by

no test coverage detected