isaacplmann / ngx-contextmenu

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

Update to Angular 11 #228

Closed sroucheray closed 3 years ago

sroucheray commented 3 years ago

Update to Angular 11 using ng update Fixes some tsconfig malformed files. Fixes event typings problem in ContextMenuItemDirective

isaacplmann commented 3 years ago

I get this error when running npm run build:

Error: No NgModule metadata found for 'AppModule'.

isaacplmann commented 3 years ago

Closing in favor of #230

sroucheray commented 3 years ago

I get this error when running npm run build:

Error: No NgModule metadata found for 'AppModule'.

For the record I had the same problem. I deleted the node_modules and lock files, reinstalled and then it worked.