ngx-gauge icon indicating copy to clipboard operation
ngx-gauge copied to clipboard

Angular 17 Support

Open Pertempto opened this issue 1 year ago • 8 comments

npm ERR! While resolving: [email protected]
npm ERR! Found: @angular/[email protected]

Pertempto avatar Nov 14 '23 20:11 Pertempto

@ashish-chopra what all would this involve?

Pertempto avatar Nov 14 '23 20:11 Pertempto

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.

ashish-chopra avatar Nov 15 '23 20:11 ashish-chopra

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.

MatthiasWerning avatar Nov 27 '23 12:11 MatthiasWerning

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: @.***>

ashish-chopra avatar Nov 27 '23 16:11 ashish-chopra

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]

deepu93 avatar Dec 05 '23 11:12 deepu93

We're currently stuck with using npm i --force, until this library releases with angular 17 support.

Pertempto avatar Dec 05 '23 13:12 Pertempto

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 avatar Dec 12 '23 07:12 ashish-chopra

@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.

MatthiasWerning avatar Dec 12 '23 11:12 MatthiasWerning