Angular
Building a CRUD Application with Angular & ASP.Net Core - Services in Angular POST

Implementing the BehaviorSubject

PRO
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.

 

I finished! On to the next chapter