Skip to content

Instantly share code, notes, and snippets.

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

  • Save FunnyGhost/7979347a9902b5f4d375b8b8225e5392 to your computer and use it in GitHub Desktop.

Select an option

Save FunnyGhost/7979347a9902b5f4d375b8b8225e5392 to your computer and use it in GitHub Desktop.
getFavoriteMovies(): Observable<Movie[]> {
return of([
{ title: 'Interstellar' } as Movie,
{ title: 'The Green Book' } as Movie,
{ title: 'Dark Knight' } as Movie
]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment