@jasonwaters wrote:
I have a listener attached to the (change) event on a toggle component. When the user taps to switch the toggle, the change event fires and a ngrx store event is then dispatched to update the model. When the model changes the [checked] value of the toggle, the change event fires again.
Is there a way to listen to an event ONLY when the user has tapped the switch and it finishes the toggle animation?
Posts: 1
Participants: 1