Retrieving Movie Genres
Learn about the logic and templating of the GenresListComponent in the Movies Ionic application.
We'll cover the following...
We'll cover the following...
Let’s now turn our attention to the coding of the following custom components – located in our src/app/components/shared-components directory:
- The 
GenresListComponent - The 
MovieComponent - The 
MovieCreditsComponent - The 
SavedSearchesListComponent 
The GenresListComponent
Let’s start with the ...