isaacplmann / ngx-contextmenu

An Angular component to show a context menu on an arbitrary component
MIT License
248 stars 91 forks source link

Angular 7 Update #144

Closed Sesa1988 closed 6 years ago

Sesa1988 commented 6 years ago

Hello,

will be an update on the angular CDK dependency? Im getting an warning on material update.

"Package "ngx-contextmenu" has an incompatible peer dependency to " @angular/cdk" (requires "^6.0.0, would install "7.0.0").

not sure if it works if i force the update anyway.

isaacplmann commented 6 years ago

Fixed in 5.1.0. I just needed to update the peer dependencies. No code change was needed.

isaacplmann commented 6 years ago

Oops. Typo in the peer dependency. 5.1.1 coming soon

isaacplmann commented 6 years ago

Ok, try in 5.1.1

Sesa1988 commented 6 years ago

thx it works.