Zachary
Member since Dec 25, 2018
- Profile: /members/13853-zachary.htm
- Comments: 1
Recent Blog Comments By Zachary
-
Host Bindings Don't Prevent Default Event Behavior Until After All Event Handlers Have Executed In Angular 7.1.1
Posted on Dec 25, 2018 at 12:33 AM
I wonder if this has to do with zone.js? It does put off certain behaviors until the next "tick". Totally conjecture and not sure how one would test this. The overall conjecture is that maybe it adds all event handlers to the queue to run after the next tick, and simply runs them... read more »