scttcper / ngx-rightclick

Context Menu Service for Angular
https://ngx-rightclick.vercel.app
MIT License
81 stars 12 forks source link

feat(menuTriggerDirective): add beforeOpen event #35

Closed msarsha closed 5 years ago

msarsha commented 5 years ago

This one should close #34.

I have added a beforeOpen event that gives the user the ability to prevent the menu from opening by using the $event.preventOpen function.

I have modified the multiple example to disable the menu when item.name === 'orange'

scttcper commented 5 years ago

neat solution thanks!

scttcper commented 5 years ago

:tada: This PR is included in version 2.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: