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

Function describeKey

packages/forms/src/directives/reactive_errors.ts:144–146  ·  view source on GitHub ↗
(isFormGroup: boolean, key: string | number)

Source from the content-addressed store, hash-verified

142}
143
144function describeKey(isFormGroup: boolean, key: string | number): string {
145 return isFormGroup ? `with name: '${key}'` : `at index: ${key}`;
146}
147
148export function noControlsError(isFormGroup: boolean): string {
149 return `

Callers 2

missingControlErrorFunction · 0.85
missingControlValueErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…