Skip to content

Instantly share code, notes, and snippets.

@FunnyGhost
Created September 12, 2019 12:42
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/7979347a9902b5f4d375b8b8225e5392 to your computer and use it in GitHub Desktop.
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