Summary
Review sharing data between components.
We'll cover the following...
In this chapter, we explained the motivation behind sharing data between components and learned how to implement it in a reactive way. We learned how we can use BehaviorSubject
combined with ...