lVlyke / lithium-ngx-virtual-scroll

A fast and lightweight virtual scrolling solution for Angular that supports single column lists, grid lists and view caching.
MIT License
23 stars 4 forks source link

Is this support for Angular 15+? #18

Closed Sampath-Lokuge closed 1 year ago

Sampath-Lokuge commented 1 year ago

Hi,

Is this support for Angular 15+? Thanks!

lincolnthree commented 1 year ago

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 1 year ago

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 1 year ago

Try it?

Sampath-Lokuge commented 1 year ago

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 1 year ago

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

Sampath-Lokuge commented 1 year ago

Great. Thanks!