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

Method metadata

packages/forms/signals/src/field/node.ts:257–259  ·  view source on GitHub ↗
(key: MetadataKey<M, any, any>)

Source from the content-addressed store, hash-verified

255 }
256
257 metadata<M>(key: MetadataKey<M, any, any>): M | undefined {
258 return this.metadataState.get(key);
259 }
260
261 getError<K extends NgValidationError['kind']>(
262 kind: K,

Callers 7

maxMethod · 0.95
maxLengthMethod · 0.95
minMethod · 0.95
minLengthMethod · 0.95
patternMethod · 0.95
requiredMethod · 0.95
_reloadValidationMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected