isaacplmann / ngx-contextmenu

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

Context menu is not styled #173

Closed nicolaedaian closed 5 years ago

nicolaedaian commented 5 years ago
  1. I've followed the steps from Installation from this page: https://www.npmjs.com/package/ngx-contextmenu
  2. I've copied the code from here: https://stackblitz.com/edit/ngx-contextmenu-example?file=src%2Fapp%2Fapp.component.html

Expected behavior Context menu to show up and to have the styles applied

Actual behavior Context menu does show up but it doesn't have the styles applied ngx-contextMenu Please see the attached screen shot.

nicolaedaian commented 5 years ago

I fixed the issue after adding the following line in index.html:

link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"