You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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';
~~~~~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
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';
~~~~~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered: