Skip to content

Angular 12 support #32

@jared-christensen

Description

@jared-christensen

Any plans to update for angular 12?

Activity

ravianand1988

ravianand1988 commented on Nov 22, 2021

@ravianand1988
Contributor

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

jared-christensen

jared-christensen commented on Nov 22, 2021

@jared-christensen
Author

@ravianand1988 and now 13 is out :)

ravianand1988

ravianand1988 commented on Nov 23, 2021

@ravianand1988
Contributor

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

knowncolor

knowncolor commented on Mar 7, 2022

@knowncolor

I'd really like to see this happen.

MAGNUM81

MAGNUM81 commented on May 10, 2023

@MAGNUM81

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

raf66 commented on May 18, 2023

@raf66

Please update package dependencies for Angular 15+

MAGNUM81

MAGNUM81 commented on May 18, 2023

@MAGNUM81

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

raf66

raf66 commented on May 18, 2023

@raf66

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @raf66@jared-christensen@knowncolor@ravianand1988@MAGNUM81

        Issue actions

          Angular 12 support · Issue #32 · filestack/filestack-angular