MCPcopy
hub / github.com/angular/angular / metadata

Method metadata

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

* Reads a metadata value from the field. * @param key The metadata key to read.

(key: MetadataKey<M, any, any>)

Source from the content-addressed store, hash-verified

472 * @param key The metadata key to read.
473 */
474 metadata<M>(key: MetadataKey<M, any, any>): M | undefined;
475
476 /**
477 * Checks whether a metadata value exists on the field.

Callers 15

sFunction · 0.65
resource.spec.tsFile · 0.65
metadata.spec.tsFile · 0.65
requiredFunction · 0.65
minFunction · 0.65
maxDateFunction · 0.65
minLengthFunction · 0.65
minDateFunction · 0.65
maxFunction · 0.65
maxLengthFunction · 0.65
validateAsyncFunction · 0.65

Implementers 1

FieldNodepackages/forms/signals/src/field/node.

Calls

no outgoing calls

Tested by 1

sFunction · 0.52