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
Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
19.1.5
Description
I'm getting the following error since I upgraded angular to 19.2.3:
error NG3004: Unable to import directive CdkFixedSizeVirtualScroll.
The symbol is not exported from /WebNg/node_modules/@angular/cdk/overlay/index.d.ts (module '@angular/cdk/overlay').
error NG3004: Unable to import directive CdkFixedSizeVirtualScroll.
The symbol is not exported from /WebNg/node_modules/@angular/cdk/overlay/index.d.ts (module '@angular/cdk/overlay').
Environment
Angular: 19.2.4
CDK/Material: 19.2.4
Browser(s): Chrome
Operating System (e.g. Windows, macOS, Ubuntu): macOs
The text was updated successfully, but these errors were encountered:
@angular/cdk v19.2.4 release broke everything it seems like
Paths are not correct in the built files
It seems to build fine, but the dev-server doesnt work.
Is this a regression?
The previous version in which this bug was not present was
19.1.5
Description
I'm getting the following error since I upgraded angular to 19.2.3:
Here's my current package.json file:
Reproduction
StackBlitz link:
Steps to reproduce:
1.
2.
Expected Behavior
To not error out on ng serve
Actual Behavior
Environment
The text was updated successfully, but these errors were encountered: