Skip to content

pass object/variable in the template directive #3

@marcosmvrg

Description

@marcosmvrg

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions