MCPcopy
hub / github.com/angular/angular / contains

Method contains

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

* Check whether there is an enabled control with the given name in the group. * * See `FormGroup#contains` for additional information.

(controlName: string)

Source from the content-addressed store, hash-verified

778 * See `FormGroup#contains` for additional information.
779 */
780 contains(controlName: string): boolean;
781
782 /**
783 * Sets the value of the `FormRecord`. It accepts an object that matches

Implementers 1

FormGrouppackages/forms/src/model/form_group.ts

Calls

no outgoing calls

Tested by

no test coverage detected