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

Cannot resolve type entity i31.ScrollingModule to symbol #266

Open
tomnissing opened this issue Nov 25, 2022 · 2 comments
Open

Cannot resolve type entity i31.ScrollingModule to symbol #266

tomnissing opened this issue Nov 25, 2022 · 2 comments

Comments

@tomnissing
Copy link

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

[...],
"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.

@technbuzz
Copy link

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?

@phantasma2983
Copy link

adding @angular/cdk-experimental fixed the issue for me

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

3 participants