Open ProjectBay opened 1 year ago
When listening to the timeupdate event on a HTMLVideoElement, the callback is always in NgZone. and triggers changeDetection.
Further video events to include: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video?retiredLocale=de#events
Hi @ProjectBay !
you can always add an event name manually e.g. <input [unpatch]="['change']">
<input [unpatch]="['change']">
If you like feel free to add the event to the list of eventlisteners .
Does that help?
When listening to the timeupdate event on a HTMLVideoElement, the callback is always in NgZone. and triggers changeDetection.
Further video events to include: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video?retiredLocale=de#events