Skip to content

Instantly share code, notes, and snippets.

@FunnyGhost
Created September 12, 2019 13:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FunnyGhost/61d3f47760a25858e4fc9f6c464c3431 to your computer and use it in GitHub Desktop.
Save FunnyGhost/61d3f47760a25858e4fc9f6c464c3431 to your computer and use it in GitHub Desktop.
getFavoriteMovies(): Observable<Movie[]> {
return this.http.get<Movie[]>(environment.favoriteUrl).pipe(retry(2));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment