Would be nice to have in the lib a way to pass a object/parameter when we are using the tooltipTemplate directive passing a ng-template reference. like: `<div [tooltipTemplate]="myTooltipTemplate" [tooltipParam]="myObject">--content--</div>` `<ng-template #myTooltipTemplate let-data="data"> --content-- </ng-template>` PS: i know it's already in the version 19, but i'm using angular version 17.