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

Support for Angular 15 #411

Closed
siovene opened this issue Nov 19, 2022 · 2 comments
Closed

Support for Angular 15 #411

siovene opened this issue Nov 19, 2022 · 2 comments

Comments

@siovene
Copy link

siovene commented Nov 19, 2022

Hello,
when trying to update my project to Angular 15, I get the following error:

./node_modules/ngx-filesize/fesm2020/ngx-filesize.mjs:7:11-19 - Error: export 'default' (imported as 'filesize') was not found in 'filesize' (possible exports: filesize, partial)

Could you please look into Angular 15 compatibility?

Thanks!

@amitdahan
Copy link
Owner

Hi @siovene !

Judging from the error message, I suspect you might be using filesize@^10 instead of the recommended ^9.

See #397 for the (unfortunate) reasoning.

Let me know if that helped!

(Regardless, while I haven't checked yet, I expect Angular v15 to be supported, but I will probably get to testing & updating our devDeps)

@siovene
Copy link
Author

siovene commented Nov 19, 2022

Hi @amitdahan,

thank you very much, that was it!

@siovene siovene closed this as completed Nov 19, 2022
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

2 participants