MCPcopy
hub / github.com/angular/angular / valueOf

Method valueOf

packages/forms/signals/src/api/types.ts:923–923  ·  view source on GitHub ↗

Gets the value of the field represented by the given path.

(p: SchemaPath<PValue, SchemaPathRules>)

Source from the content-addressed store, hash-verified

921
922 /** Gets the value of the field represented by the given path. */
923 valueOf<PValue>(p: SchemaPath<PValue, SchemaPathRules>): PValue;
924
925 // Note: These methods use a tautological conditional type (`[P] extends [any] ? ... : never`).
926 // This is required because the `FieldNodeContext` implementation returns a deferred conditional

Callers 8

blaMethod · 0.65
TestCmpClass · 0.65
form_field.spec.tsFile · 0.65
email.spec.tsFile · 0.65
required.spec.tsFile · 0.65
isDateFunction · 0.65
ivyCodeFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected