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
When I imported the 'TreeModule' and include it in imports It display this following error 'TreeModule' does not appear to be an NgModule class. This likely means that the library (ng2-tree) which declares TreeModule 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 if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.
I have tried different solutions like in tsconfig I made following changes:
"importHelpers": true,
"enableIvy": false, // in angularCompilerOptions
I have also cleared the cache of Angular and npm
I have also deleted and reinstall node_modules
These solutions didn't worked for me.Please help me to find out the problem and recommend a suitable solution.
I have following dependencies and devDependencies:
When I imported the 'TreeModule' and include it in
imports
It display this following error'TreeModule' does not appear to be an NgModule class.
This likely means that the library (ng2-tree) which declares TreeModule 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 if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.
I have tried different solutions like in tsconfig I made following changes:
"importHelpers": true,
"enableIvy": false, // in angularCompilerOptions
I have also cleared the cache of Angular and npm
I have also deleted and reinstall node_modules
These solutions didn't worked for me.Please help me to find out the problem and recommend a suitable solution.
I have following dependencies and devDependencies:
The text was updated successfully, but these errors were encountered: