The Saved Searches Tab
Learn about the code that we will write for the saved searches page.
We'll cover the following
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 for the Tab2Page
component class. We made the following amendments in the file src/app/tab2/tab2.page.ts
(highlighted):
Get hands-on with 1200+ tech skills courses.