-
Notifications
You must be signed in to change notification settings - Fork 115
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 14 compatibility #190
Comments
Soon, Will do in next couple of weeks |
Any updates on this? :) |
really want support for angular 14 =) |
This is the last dependency I need for upgrading a project to Angular 14, so I'll probably start on a PR here soon. I don't believe there will be any particular changes between 13 and 14 that would cause any issues. |
I am out of country till school opening. But I should be able to merge changes from your PR. Please let me know once it is ready. |
PR is created. Double check the changes, but all I did was bump the versions, create an ng-package.json file since they're required now apparently, merged those module declaration together, and ran build. In the meantime if anyone is blocked by this you can pull down a special branch I've got that hosts the dist files directly:
Example of it working on my project: |
Awaiting for the update .. need it badly.. 4 apps affected.. Please help. npm ERR! code ERESOLVE |
You mean the given reference "ng2-pdfjs-viewer": "git+...." should be added to the package.json file under dependencies? |
Yes you can add it to your package.json. But this is a temporary solution |
@dereekb Note that I have the below in the angular.json file's options-assets (it was there for the prev version's implementation) Then I manually copied the the |
Edit: Misread. The README states you need to manually copy this folder. So yes, you are correct.
I change the word "may" to "must" in my PR to hopefully reduce confusion in the future. |
Any updates on when this will be released? |
I will return from vacation on Sep 12th. I could merge this the same week. Anyone interested in being a maintainer, let me know, would be happy to share the responsibilities. |
Any updates on the release for this? Thank you! |
When exit new release? |
@dereekb @Toso82 @NotTheSamAdamsGuy @Laurens-makel @hemant-parmar @sgabb @MotassemJa @Kreash New version is released with Angular 14. Also - Sample app and local deployment scripts are updated. I am extremely sorry about the delay, I was out of country for a while and got back last week. |
Thanks, that's great! |
Hello, any plan to update compatibility and dependency to Angular 14?
The text was updated successfully, but these errors were encountered: