We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since I added ngrid (v5.0.0) to my project, i get this error while building: Error: Cannot resolve type entity i31.ScrollingModule to symbol
Error: Cannot resolve type entity i31.ScrollingModule to symbol
Here is my package.json
[...], "dependencies": { "@angular/animations": "14.2.9", "@angular/cdk": "^14.0.0", "@angular/common": "14.2.9", "@angular/compiler": "14.2.9", "@angular/core": "14.2.9", "@angular/forms": "14.2.9", "@angular/localize": "14.2.9", "@angular/material": "^14.0.0", "@angular/platform-browser": "14.2.9", "@angular/platform-browser-dynamic": "14.2.9", "@angular/router": "14.2.9", "@pebula/ngrid": "^5.0.0", [...], }
Does someone has any idea what might be the issue here?
As far as i know the ScrollingModule is part of the @angular/cdk which is installed.
ScrollingModule
@angular/cdk
The text was updated successfully, but these errors were encountered:
I am also experiencing the similar problem; I thought my Angular version 15 might be causing it but you have version 14.
Could it be somthing with enable ivy?
Sorry, something went wrong.
adding @angular/cdk-experimental fixed the issue for me
No branches or pull requests
Since I added ngrid (v5.0.0) to my project, i get this error while building:
Error: Cannot resolve type entity i31.ScrollingModule to symbol
Here is my package.json
Does someone has any idea what might be the issue here?
As far as i know the
ScrollingModule
is part of the@angular/cdk
which is installed.The text was updated successfully, but these errors were encountered: