Open tomnissing opened 2 years ago
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?
adding @angular/cdk-experimental fixed the issue for me
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.