Good Stackers, Today I propose a doubt that I can not find or identify.
Lately I'm practicing with the Inputs / Outputs and this has led me to make this example:
In component A, I have @Output() outputVariableA = [hola, hola2, hola3]
In component B, I have @Input() inputVariableB [];
In component B, I define a function that modifies the inputVariableB .
How do I make it REAGENT, between the two VARIABLES the modification.
If you have not understood, ask me.
Thank you very much for helping!