filestack / filestack-angular

An official angular component library for the Filestack
MIT License
9 stars 10 forks source link

Angular 12 support #32

Open jared-christensen opened 2 years ago

jared-christensen commented 2 years ago

Any plans to update for angular 12?

ravianand1988 commented 2 years ago

@jared-christensen It does not even get updated with Angular 11.x.x. :(

jared-christensen commented 2 years ago

@ravianand1988 and now 13 is out :)

ravianand1988 commented 2 years ago

@jared-christensen I opened a PR to add the support for Angular 11. If that works. I will be opening for the rest. :crossed_fingers:

knowncolor commented 2 years ago

I'd really like to see this happen.

MAGNUM81 commented 1 year ago

NPM was preventing me from installing @filestack/angular normally, saying it could not find Angular/Common v10.x. I decided to use --force when installing and the picker works well for me on Angular 15.

raf66 commented 1 year ago

Please update package dependencies for Angular 15+

MAGNUM81 commented 1 year ago

There's already a PR for upgrading to Angular 14.2 : #62

raf66 commented 1 year ago

By the way -- for those waiting -- instead of using "--force", you can add an override in your package.json.

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