Here’s how to access the target of a click event:
And in your method, you can access the target via $event.target
Developer from somewhere
Here’s how to access the target of a click event:
And in your method, you can access the target via $event.target