-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update to support angular 18 #147
Comments
Hi, please use latest version of the package: |
Hello, [INFO] ./node_modules/angular-tabler-icons/fesm2022/angular-tabler-icons.mjs:64:16-28 - Error: export 'linkedSignal' (imported as 'linkedSignal') was not found in '@angular/core' thanks |
Same problem here, none of the 3.X versions work with angular 18 as they all cause that same error. |
Same problem .... Same problem... and I don't know what to do my application in production has been down for 2 days... |
Latest version is indeed for angular >= 19 @pierreavn, should I add this to the readme (and supported versions). With Angular 18, you should downgrade. With For example:
With
Or use |
It works ! thanks |
Indeed you right y'all. I never used npm overrides, @the-ult if you have time, could you do a PR explaining this in README? it would be awesome. |
I'll try to make some time during the holidays/vacation. |
Currently version 3.1.0 is not working with angular v18.
npm error code ERESOLVE npm error ERESOLVE unable to resolve dependency tree npm error npm error While resolving: [email protected] npm error Found: @angular/[email protected] npm error node_modules/@angular/common npm error @angular/common@"18.2.13" from the root project npm error npm error Could not resolve dependency: npm error peer @angular/common@"14 - 17" from [email protected] npm error node_modules/angular-tabler-icons npm error angular-tabler-icons@"3.1.0" from the root project npm error npm error Fix the upstream dependency conflict, or retry npm error this command with --force or --legacy-peer-deps npm error to accept an incorrect (and potentially broken) dependency resolution. npm error npm error
The text was updated successfully, but these errors were encountered: