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've installed the package via npm install --save ngx-copypaste, added import directive into app.module.ts and Webpack says
ERROR in node_modules/ngx-copypaste/app/ngx-copypaste/ngx-copypaste.module.d.ts:1:22 - error NG6002: Appears in the NgModule.imports of MiddlewareUiAppModule, but could not be resolved to an NgModule class.
This likely means that the library (ngx-copypaste) which declares NgxCopyPasteModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update i
what can one do to resolve it?
the package version installed was 10.0.0
The text was updated successfully, but these errors were encountered:
I've installed the package via
npm install --save ngx-copypaste
, added import directive intoapp.module.ts
and Webpack sayswhat can one do to resolve it?
the package version installed was
10.0.0
The text was updated successfully, but these errors were encountered: