0

I am working on a project using angular version 6 in which I have a large list of images so I want to add cdk-virtual-scrlling, but If I am updating cdk version then it shows error. So how can I use cdk-virtual-scrolling in angular 6.

Rohit Tagadiya
  • 1,473
  • 1
  • 8
  • 16

1 Answers1

0

You can install through npm i @angular/cdk@7.3.7 But your approach is not good because it may take unstable development and buggy system after your production deployment.

Argon
  • 683
  • 1
  • 5
  • 23