Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(ng2-right-click-menu) which declares ShContextMenuModule is not compatible with Angular Ivy. #118

Open
syedthamim opened this issue Dec 4, 2023 · 1 comment

Comments

@syedthamim
Copy link

I have upgraded the application to Angular 16.2 and I have upgraded the ng2-right-click-menu to 1.1.3.After upgraded it throws below errors. Pl do update for any solution to resolve this errors.

node_modules/ng2-right-click-menu/lib/sh-context-menu.module.d.ts:1:22
1 export declare class ShContextMenuModule {
~~~~~~~~~~~~~~~~~~~
This likely means that the library (ng2-right-click-menu) which declares ShContextMenuModule is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see
if the library is expected to be compatible with Ivy.

Error: src/app/feature/mycalls-window/mycalls-card/mycalls-card.component.ts:3:10 - error TS2305: Module '"ng2-right-click-menu"' has no exported member 'IShContextMenuItem'.

3 import { IShContextMenuItem } from 'ng2-right-click-menu';
~~~~~~~~~~~~~~~~~~

@syedthamim
Copy link
Author

Hi, Any solution to resolve this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant