Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Angular 12 support #32

Open
jared-christensen opened this issue Sep 20, 2021 · 8 comments
Open

Angular 12 support #32

jared-christensen opened this issue Sep 20, 2021 · 8 comments

Comments

@jared-christensen
Copy link

Any plans to update for angular 12?

@ravianand1988
Copy link
Contributor

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

@jared-christensen
Copy link
Author

@ravianand1988 and now 13 is out :)

@ravianand1988
Copy link
Contributor

ravianand1988 commented Nov 23, 2021

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

@knowncolor
Copy link

I'd really like to see this happen.

@MAGNUM81
Copy link

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
Copy link

raf66 commented May 18, 2023

Please update package dependencies for Angular 15+

@MAGNUM81
Copy link

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

@raf66
Copy link

raf66 commented May 18, 2023

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"
    }
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants