Skip to content

Instantly share code, notes, and snippets.

@NetanelBasal
Created October 24, 2016 22:04
Show Gist options
  • Save NetanelBasal/aeb6a82fd79cd184b36f69e58856f859 to your computer and use it in GitHub Desktop.
Save NetanelBasal/aeb6a82fd79cd184b36f69e58856f859 to your computer and use it in GitHub Desktop.
validate( c : AbstractControl ) {
return this.validateUniqueEmailPromise(c.value);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment