Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
max
Method · 0.95
maxLength
Method · 0.95
min
Method · 0.95
minLength
Method · 0.95
pattern
Method · 0.95
required
Method · 0.95
_reloadValidation
Method · 0.95
Calls
1
get
Method · 0.65
Tested by
no test coverage detected