Skip to content

Instantly share code, notes, and snippets.

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