Skip to content

Instantly share code, notes, and snippets.

@FunnyGhost
Created September 12, 2019 13:22
Show Gist options
  • Select an option

  • Save FunnyGhost/61d3f47760a25858e4fc9f6c464c3431 to your computer and use it in GitHub Desktop.

Select an option

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