Is there a feature in chrome dev tools(or any extension) by which I can view the real event listeners that are used on a certain page/app and not the zone.js file ?
How do I view events fired on an element in Chrome DevTools? work only for Vanilla JS Apps, how to acheive that with Angular Apps ? Thanx