Outline
Implementing the BehaviorSubject
In this video, we implemented the BehaviorSubject. We modified our existing implementation to utilize the more powerful BehaviorSubject.
The GET and POST calls have been updated to use the BehaviorSubject. This gives us full control of what will be emitted from our service.
We will be using the BehaviorSubject throughout the rest of this course.