Skip to content

Instantly share code, notes, and snippets.

@ricmello
Last active May 25, 2018 03:39
Show Gist options
  • Save ricmello/f54c71684b29eab67d7bf91b35bd292b to your computer and use it in GitHub Desktop.
Save ricmello/f54c71684b29eab67d7bf91b35bd292b to your computer and use it in GitHub Desktop.
public getAutoCompleteResult(term: string) {
return this.httpClient
.hideLoader()
.get(`http://my-domain/api/autocomplete`);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment