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

Function _throwMissingValueAccessorError

packages/forms/src/directives/shared.ts:354–360  ·  view source on GitHub ↗
(dir: AbstractControlDirective)

Source from the content-addressed store, hash-verified

352}
353
354function _throwMissingValueAccessorError(dir: AbstractControlDirective) {
355 const loc = _describeControlLocation(dir);
356 throw new RuntimeError(
357 RuntimeErrorCode.NG_MISSING_VALUE_ACCESSOR,
358 `No value accessor for form control ${loc}.`,
359 );
360}
361
362function _throwInvalidValueAccessorError(dir: AbstractControlDirective) {
363 const loc = _describeControlLocation(dir);

Callers 1

Calls 1

_describeControlLocationFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…