Is this support for Angular 15+?
Closed this issue · 6 comments
Sampath-Lokuge commented
Hi,
Is this support for Angular 15+? Thanks!
lincolnthree commented
It works with Angular 15 if you modify the dependency version ranges for Angular in package.json, otherwise NPM will give you conflicts. But there's nothing incompatible about the code itself.
Sampath-Lokuge commented
if you modify the dependency version ranges for Angular in package.json,
Sorry, I didn't get this. Will it not work?
npm install @lithiumjs/angular @lithiumjs/ngx-virtual-scroll
lincolnthree commented
Try it?
Sampath-Lokuge commented
Not yet. I have done some research before starting the implementation hence no multi-column support from the Angular official scroller. So I'll let you know once I'll get any issues here. Thanks!
lVlyke commented
Version 0.2.3 has just been released with support for Angular 15.
Sampath-Lokuge commented
Great. Thanks!