-
Notifications
You must be signed in to change notification settings - Fork 662
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
Release Angular 15 compatible ng2-file-upload package (version 4.0.0 should get tagged as latest) #1253
Comments
Might as well make it Angular 16 at this point because my app no longer works... |
@timgavin , of course |
You guys did a good job. Thanks a lot. |
@SvetlanaMuravlova appreciate your work guys, Is angular 16 supported for now? |
thanks a lot..!! it worked at version 4.0.0 for angular 15 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While upgrading my frontend project to the latest Angular 15 version, ng2-file-upload had incompatible peer dependencies.
The project version 3.0.0 points to Angular 14 as required.
Then I had look in the available versions: https://www.npmjs.com/package/ng2-file-upload?activeTab=versions
Thanks to @SvetlanaMuravlova there is already a package version 4.0.0 available which supports Angular 15 and fixes my problem.
Problem is, that version 4 still has the npm tag
next
. Is it possible to change that and tag it aslatest
? Or are there any issues which is preventing this process to take place?I would be really happy to hear from you! Thanks in advance.:)
The text was updated successfully, but these errors were encountered: