MCPcopy Index your code
hub / github.com/angular/angular / keyInParent

Method keyInParent

packages/forms/signals/src/field/node.ts:167–169  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

165 }
166
167 get keyInParent(): Signal<string | number> {
168 return this.structure.keyInParent;
169 }
170
171 get errors(): Signal<ValidationError.WithFieldTree[]> {
172 return this.validationState.errors;

Callers 3

constructorMethod · 0.45
inferSchemaFromFieldNodeFunction · 0.45
FieldNodeStateClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected