isaacplmann / ngx-contextmenu

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

Default css doesn't work on Angular 7 #276

Open msotomayor95 opened 1 year ago

msotomayor95 commented 1 year ago

Hello! I'm trying to style the context-menu since the default style (at least the one from the demo or the starblitz) is not working I tried with code the style in the style.css and using the [menuClass] making sure i have the <!doctype html> in the index.html file

I'm using angular 7 and ngx-contextmenu@5.4.0

Thank you for your answer

mrjohnr commented 12 months ago

you should try/upgrade to https://github.com/PerfectMemory/ngx-contextmenu

Kreash commented 6 months ago

I created a fork repeating the API of the current repository with Angular 17 https://github.com/Kreash/ngx-contextmenu