angular-google-charts icon indicating copy to clipboard operation
angular-google-charts copied to clipboard

New version 2.2.3 is not compatible with the current stable version of Angular (v13.2.0)

Open situlindia opened this issue 3 years ago • 8 comments

The new version 2.2.3 is not compatible with the current stable version of Angular (v13.2.0). Getting the below error during ng serve image

situlindia avatar Jul 19 '22 11:07 situlindia

I'm also getting an error.. generic type 'ɵɵComponentDeclaration' requires 7 type argument(s). Not sure if it's related.. getting peer dependency errors on install

daddyschmack avatar Jul 20 '22 21:07 daddyschmack

I am also getting the same error and that's why I downgraded the version to "angular-google-charts": "^2.2.2", It is working fine now with the angular version "~13.3.0"

Nilbristi avatar Jul 21 '22 14:07 Nilbristi

I am also getting the same error and that's why I downgraded the version to "angular-google-charts": "^2.2.2", It is working fine now with the angular version "~13.3.0"

I tried with Angular 12, downgraded it but when added the module, I got the same error.

situlindia avatar Jul 21 '22 15:07 situlindia

@situlindia change "angular-google-charts": "^2.2.2" to "angular-google-charts": "2.2.2"

gaaral avatar Jul 21 '22 17:07 gaaral

@situlindia change "angular-google-charts": "^2.2.2" to "angular-google-charts": "2.2.2"

Thanks a lot. It's now working :)

situlindia avatar Jul 22 '22 06:07 situlindia

Frankly speaking, they should provide some example code, otherwise, it is too tough to integrate the chart. For the Maximum time, I am getting errors with input data. Can anyone send me a good example of a line and donut chart that has been implemented with this package?

Nilbristi avatar Jul 22 '22 15:07 Nilbristi

Currently, no version is working with Angular 13.x Version 2.2.2 works only with Angular 12.x Version 2.2.3 has the error described by @situlindia

flobuc avatar Aug 24 '22 08:08 flobuc

Dang. I would love to try your package

On Wed, Aug 24, 2022, 2:55 AM Florian Buchner @.***> wrote:

Currently, no version is working with Angular 13.x Version 2.2.2 works only with Angular 12.x Version 2.2.3 has the error described by @situlindia https://github.com/situlindia

— Reply to this email directly, view it on GitHub https://github.com/FERNman/angular-google-charts/issues/282#issuecomment-1225424769, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAVAIY7RC222H5XQVWKDYJTV2XPPRANCNFSM537T73HQ . You are receiving this because you commented.Message ID: @.***>

daddyschmack avatar Aug 26 '22 14:08 daddyschmack