I am not sure if I should use @Input and @Output since I think these decorators only work when you wan to communicate a component parent with a child one or vice versa. Can you please clarify it or correct me?
I have 3 components that are in the same level and I am looking for setting a value to a variable from component A in component B. They do no have any relationship.
Thanks