MCPcopy 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

FieldNodeContextClass · 0.95
setMethod · 0.45
compileHmrUpdateCallbackFunction · 0.45
safeTransformFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected