Created
September 30, 2022 07:45
-
-
Save hungtcs/e41ef0a79f0d8db8821da7e897e79b58 to your computer and use it in GitHub Desktop.
Angular material menu as context-menu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <tr mat-row | |
| [contextMenuTriggerFor]="musicContextMenu" | |
| [contextMenuTriggerData]="{ music: row.music }" | |
| *matRowDef="let row; columns: ['...'];"> | |
| </tr> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment