angular-rightclicktrigger
TypeScript icon, indicating that this package has built-in type declarations

1.2.2 • Public • Published

angular-rightclicktrigger

Angular 2+ material menu trigger for right mouse button

Installation:

'npm install angular-rightclicktrigger'

Usage:

  1. Import the module import RightClickTriggerModule in the NgModule of your application.
   import { RightClickTriggerModule } from 'angular-rightclicktrigger';
   imports[
       ...
       RightClickTriggerModule,
       ...
       ]
  1. Set the trigger on the menu item of your choice
<button mat-menu-item [rightClickTrigger]="someMenu">Open sub menu</button>

<mat-menu #someMenu>
  <button mat-menu-item>Test</button>
</mat-menu>

Right now it only works when you build or serve the application with --aot ng serve --aot or ng build --aot

Package Sidebar

Install

npm i angular-rightclicktrigger

Weekly Downloads

23

Version

1.2.2

License

MIT

Last publish

Collaborators

  • geakzor