How make a component receive a #reference via @Input?
I am trying to make my component reusable. This a a drag and drop list. I need the reference to be a variable. It’s value is passed with @Input.
How can I make it work? Is there another way to do this?