orizens / ngx-infinite-scroll

Infinite Scroll Directive for Angular
https://www.npmjs.com/package/ngx-infinite-scroll
MIT License
1.23k stars 224 forks source link

bump angular to v18 #436

Closed kisamoto closed 1 month ago

kisamoto commented 2 months ago

This PR addresses #435 now that Angular v18 is available.

The update was performed with yarn ng update @angular/cli@18 @angular/core@18 as per the Angular upgrade guide

mauriziocescon commented 1 month ago

Probably a quick rebase is needed after the "standalone" changes have been merged...

orizens commented 1 month ago

thank you - v18 has been published and now includes the standalone version as well.

mauriziocescon commented 1 month ago

Hero! Thanks a lot!

I checked the documentation for zoneless integration: https://angular.dev/guide/experimental/zoneless

The usage of NgZone should be fine: nothing to change!