Host Bindings Don't Prevent Default Event Behavior Until After All Event Handlers Have Executed In Angular 7.1.1

added by JavaScript Kicks
12/1/2018 7:50:28 AM

359 Views

Ben Nadel looks at the way Angular implicitly handles "false" return values in a host binding; and, the timing with which is invokes the underlying event.preventDefault() method. It does so in a way that does not make the change detectable by a sibling event handler on the same element.


0 comments