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

Method _updateValue

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

@internal

()

Source from the content-addressed store, hash-verified

617
618 /** @internal */
619 override _updateValue(): void {
620 (this as Writable<this>).value = this._reduceValue() as any;
621 }
622
623 /** @internal */
624 override _anyControls(condition: (c: AbstractControl) => boolean): boolean {

Callers

nothing calls this directly

Calls 1

_reduceValueMethod · 0.95

Tested by

no test coverage detected