lVlyke/lithium-ngx-virtual-scroll

Is this support for Angular 15+?

Closed this issue · 6 comments

Hi,

Is this support for Angular 15+? Thanks!

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.

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

Try it?

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!

Version 0.2.3 has just been released with support for Angular 15.

Great. Thanks!