Other Services

Find out what logic is implemented in the remaining services for the Movies application.

Listening for changes to movies data

We will perform movie searches within our application, retrieve saved searches, and potentially remove movies from the display.

As a result of these different tasks, we will need a way to ensure that data is consistently shared between different application screens and within the same screen where required.

To do this, we’ll make use of the RxJS library’s BehaviorSubject utility ...