Search⌘ K
AI Features

The Saved Searches Tab

Explore how to develop the Saved Searches tab for a cross-platform Ionic app using Angular and RxJS. Learn to handle user data with observables, manage UI templates, and integrate movie search functionality effectively.

Next we’ll work on configuring the functionality and markup structure for the second of our tabbed pages, the “Saved Searches” page.

Saved searches

The second tab in our application manages and displays the saved searches that a user has made from movies retrieved via the TMDb API.

The page component logic

Let’s jump straight into the coding ...