Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ key
Method
key
packages/forms/signals/src/field/context.ts:127–129 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
125
}
126
127
get key(): Signal<string> {
128
return
this.node.structure.keyInParent;
129
}
130
131
get pathKeys(): Signal<readonly string[]> {
132
return
this.node.structure.pathKeys;
Callers
4
FieldNodeContext
Class · 0.95
set
Method · 0.45
compileHmrUpdateCallback
Function · 0.45
safeTransform
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected