You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use Case: I have a multi-select box and have set the right-click menu to work on each of the multi-select options. When I do this I can display the data from that item but I can't pass it in the click function; data is not visible in the ng-template tag. What I would like to be able to do is this:
Use Case: I have a multi-select box and have set the right-click menu to work on each of the multi-select options. When I do this I can display the data from that item but I can't pass it in the click function; data is not visible in the ng-template tag. What I would like to be able to do is this:
<ng-template shContextMenuItem let-data (click)="editDefaultOfferContent(data.id)">
The text was updated successfully, but these errors were encountered: