[ionic 4] Getting access to slot content through @HostListener

Hi,
I got following structure:
ion-card -> ion-item -> slot -> some user-generated content with text and links (wyswig editor).

Is there any way to get access to that (especially to A -> HREF attribute) through @HostListener? I need to handle click event there.

Make a directive and add it to the dom element? Or use ViewChild?

https://angular.io/api/core/HostListener

Angular stuff