ngx-gauge
ngx-gauge copied to clipboard
Angular 17 Support
@ashish-chopra what all would this involve?
hey @Pertempto I will be looking into it this week. Keep you posted. If you find anything useful for me to upgrade without much research, feel free to share.
I recently upgraded my application to Angular 17 and I had no issues with the latest version of this library. So it might be safe to just adjust the Angular library peer and dev dependencies.
Perfect. Thanks for the heads up
On Mon, Nov 27, 2023, 4:30 AM Matthias Werning @.***> wrote:
I recently upgraded my application to Angular 17 and I had no issues with the latest version of this library. So it might be safe to just adjust the Angular library peer and dev dependencies.
— Reply to this email directly, view it on GitHub https://github.com/ashish-chopra/ngx-gauge/issues/147#issuecomment-1827745596, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAO3XAKYHBWLIQBH573VWPTYGSBW3AVCNFSM6AAAAAA7LMOG4OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMRXG42DKNJZGY . You are receiving this because you were mentioned.Message ID: @.***>
recently started a new application in angular 17 , is there anyway we can use this module with @angular/common": "^17.0.0 . currently facing errors while installing [email protected]
We're currently stuck with using npm i --force, until this library releases with angular 17 support.
Just uploaded v9.0.0 Someone has to check it by using in a project. I am flying tomorrow will verify later. Thanks!
@ashish-chopra
I just tried 9.0.0, works fine for me. Just two small notes: Maybe you could update rxjs to ~7.8.0 as this is also the version range Angular 17 suggests to use. Otherwise @angular/cdk seems to be a v16 major version, v17 should also be available for consistency.