I have 3 components that exchange an object with each other, how do I when to update one another also update alone?
Example: I have components 1, 2 and 3, 1 calls 2 by passing an object and 2 calls 3 by passing the same object, all this in the creation of components. I have to update component 3 when the object in component 1 changes.