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

Function asyncValidator

packages/forms/test/reactive_integration_spec.ts:1239–1239  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1237
1238 const subject = new Subject<string>();
1239 const asyncValidator = () => subject.pipe(map(() => null));
1240 fc.addAsyncValidators(asyncValidator);
1241 fc.updateValueAndValidity();
1242

Callers 2

uniqLoginAsyncValidatorFunction · 0.70

Calls 2

setTimeoutFunction · 0.85
resolveFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…