Skip to content

Instantly share code, notes, and snippets.

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