MCPcopy
hub / github.com/angular/angular / value

Function value

packages/forms/src/directives/abstract_control_directive.ts:43–45  ·  view source on GitHub ↗

* @description * Reports the value of the control if it is present, otherwise null.

()

Source from the content-addressed store, hash-verified

41 * Reports the value of the control if it is present, otherwise null.
42 */
43 get value(): any {
44 return this.control ? this.control.value : null;
45 }
46
47 /**
48 * @description

Callers 15

test_bed_spec.tsFile · 0.85
computed_spec.tsFile · 0.85
getClassListFromValueFunction · 0.85
inputBindingFunction · 0.85
ɵɵtwoWayPropertyFunction · 0.85
maybeUnwrapFnFunction · 0.85
newRootMethod · 0.85
getControlValueSignalFunction · 0.85
DebounceBugClass · 0.85

Calls

no outgoing calls

Tested by 3

sFunction · 0.68
needsLastNamePredicateFunction · 0.68
sFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…