My question is why not use .bind(this) in custom async validators in Angular? whilst, we have to use bind method for sync custom validators.
.bind(this)
bind
<