How to write async form validators with Angular?

Sometimes, we need server-side information to valid form data in the browser. Angular’s AsyncValidators are the way to achieve such…