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

Method reloadValidation

packages/forms/signals/src/field/node.ts:359–361  ·  view source on GitHub ↗

* Reloads all asynchronous validators for this field and its descendants.

()

Source from the content-addressed store, hash-verified

357 * Reloads all asynchronous validators for this field and its descendants.
358 */
359 reloadValidation(): void {
360 untracked(() => this._reloadValidation());
361 }
362
363 private _reloadValidation(): void {
364 const keys = this.logicNode.logic.getMetadataKeys();

Callers

nothing calls this directly

Calls 2

_reloadValidationMethod · 0.95
untrackedFunction · 0.90

Tested by

no test coverage detected