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.
Asked
Active
Viewed 217 times
0

Rohit Tagadiya
- 3,373
- 1
- 25
- 25
-
I have a same problem. I want to use it but can't find any solution. – Mayur Kukadiya Feb 14 '20 at 04:09
1 Answers
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
- 791
- 1
- 9
- 27