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

Method getRawValue

packages/forms/src/model/form_array.ts:458–460  ·  view source on GitHub ↗

* The aggregate value of the array, including any disabled controls. * * Reports all values regardless of disabled status.

()

Source from the content-addressed store, hash-verified

456 * Reports all values regardless of disabled status.
457 */
458 override getRawValue(): ɵFormArrayRawValue<TControl> {
459 return this.controls.map((control: AbstractControl) => control.getRawValue());
460 }
461
462 /**
463 * Remove all controls in the `FormArray`.

Callers

nothing calls this directly

Calls 2

mapMethod · 0.80
getRawValueMethod · 0.65

Tested by

no test coverage detected