Angular passing a value from child component to disable button in parent component
I’m having trouble understanding how to use the @Output and EventEmitter to pass a boolean value from the child component to the button in the parrent element to disable or enable it. More specifically, I want that when the container with text is scrolled at the bottom (which is the child component) to pass the… Read More Angular passing a value from child component to disable button in parent component