bug(cdk Scrolling): Angular 19 cdk scrolling initial only load 5 items when configure architect "builder": "@angular/build:application" #30306
Labels
needs triage
This issue needs to be triaged by the team
Is this a regression?
The previous version in which this bug was not present was
Didn't test with Angular 18.
Description
With angular 19, if configure architect:
"builder": "@angular/build:application"
, the cdk scrolling initial only load 5 items into the view.Same issue with
"builder": "@angular-devkit/build-angular:application"
.It works fine with
"builder": "@angular-devkit/build-angular:browser"
Reproduction
StackBlitz link: https://stackblitz.com/edit/stackblitz-starters-dehjwctw?file=angular.json
Steps to reproduce:
Expected Behavior
It should display as below to load all the items into the view.
Actual Behavior
the cdk scrolling initial only load 5 items into the view.
Environment
The text was updated successfully, but these errors were encountered: