ngx-contextmenu
ngx-contextmenu copied to clipboard
Sub - Menus
I followed the example of Documents and it just doesn't work now what?
public onContextMenu($event: MouseEvent, item: any): void { this.contextMenuService.show.next({ // Optional - if unspecified, all context menu components will open contextMenu: this.contextMenu, event: $event, item: item, }); $event.preventDefault(); $event.stopPropagation();