Note

ngx-rightclick doesn't support Lazy Loading To use ngx-rightclick you must declare ContextMenuModule and custom components in app.module.ts. Read the official ngx-rightclick Documentation for a full list of instructions and other options

Right Click Basic Menu

To create basic context menu use directive [contextMenuTrigger]="menu" and pass your custom component to menu variable.

Right Click Animated Basic Menu

To create animated basic context menu use directive [contextMenuTrigger]="animatedMenu" and pass your animated custom component to animatedMenu variable.

Right Click Sub Menu

To create sub-menu context menu use directive [contextMenuTrigger]="subMenu" and pass your custom component to menu variable.