What is a better way and how to achieve sending object from one nested component to another
问题 I'm working on simple application about products, basically when user choose a product it should be sent to another component which would hold product. Product is allways choosen one by one, I am NEVER sending a LIST ! Only item by item ! So basically when I click on any of products in the middle of screen ( Product food 1, Product food 2, Product food 3 ) it should be sent to the right part of the screen which is also separated component. So my middle component looks like this: <div *ngFor=