NetanelBasal
10/24/2016 - 10:04 PM

async5.ts

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