Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 461 Bytes

File metadata and controls

22 lines (15 loc) · 461 Bytes

Notes

This component is used to add new movies to the collection. It relies on NGRX Effects to get the data from the TMDB API.

Actions

  • Search
  • SearchCompleted
  • AddMovieToCollection
  • MovieAddedToCollection

Effects

  • SearchMovies
  • AddMovieToCollection

To-Do

  • Add spinner while waiting for search to complete