0

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

1 Answers1

1

Angular DevTools may be come in handy for your purpose.

*Angular DevTools supports applications built with Angular v9 and above with Ivy enabled.

With help of if you may visualize your angular app structure. Then you select the component you want to listen and this component appears "Sources" tab.

angular-devtools open source of component button