Here is a breakdown of the 4 steps:
1.) Begin by clicking on a category
2.) The filtered products will be displayed
3.) Select the desired products from the filter
4.) Once selected, the products will appear in the rightmost part of the screen within the 3rd child component
The goal is to have an interactive experience where clicking on a product (in step 3) triggers its addition to the 'right' component and initiates a font size animation. For example, increasing the font size to 28 and then reducing it back to 18.
The service used for adding products to the 3rd component is shared among the child components, facilitating this functionality.
Thank you all for your help!