ngx-infinite-scroll icon indicating copy to clipboard operation
ngx-infinite-scroll copied to clipboard

chore: update to angular 21

Open leonardomnds opened this issue 4 months ago • 1 comments

Hello @orizens, happy to contribute to this library.

This PR includes:

  • Upgrade Angular dependencies to v21
  • Update CHANGELOG.md

leonardomnds avatar Nov 26 '25 00:11 leonardomnds

@orizens Hi, is it possible for you to review this PR and possibly make a release afterwards please ?

badinmichal avatar Dec 03 '25 07:12 badinmichal

I'm also very interested in the Angular 21 version of this library :blush:

softworckx avatar Dec 07 '25 20:12 softworckx

As a temporary workaround, you can explicitly override the problematic peer dependency, by adding the following to our package.json:

  "overrides": {
    "@angular/common": "$@angular/common",
    "@angular/core": "$@angular/core"
  }

marklagendijk avatar Dec 08 '25 13:12 marklagendijk

@leonardomnds thank you for your pr - v21 is released

orizens avatar Dec 08 '25 21:12 orizens