Skip to content

Instantly share code, notes, and snippets.

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