Problem in data transfer (from one component to another)
[enter image description here]
There are two components DetectparamComponent DetectorComponent
In the DetectorComponent, I get to write data and I need to pass the value of this variable to DetectparamComponent (in fact, I pull the data out of the table and use it in another component)
I just do not know how to make the transfer (due to lack of experience)
I thought first through the service (сomp1-> serv-> comp2) didn't work
As far as I understand, if you use @input, then all html is dragged, but I need only 1 value from the ts file
Subjectstackblitz.com/edit/…@input@outputdecorators. Your updated example: stackblitz.com/edit/…