Angular form async validator firing but not updating form validity
This is my first time trying an async form validator. It is attached at to my form’s asyncValidators, it’s firing appropriately, the correct value (object or null) is being returned … but the form remains invalid and the state stuck in PENDING. The errors
property on all formgroups and formcontrols is null.