NetanelBasal
10/24/2016 - 10:08 PM

async7.ts

validate( c : AbstractControl )  {
    return this.validateUniqueEmailObservable(c.value).first();
}