Let's say I have this simple rendered div
element in browser:
<div class="contact">
<!-- info here -->
</div>
And I don't have access to the source code of Angular. Is there a way to find out what event listeners are attached to div.contact
element?