Angular slickgrid build failing with error - static ɵcmp: i0.ɵɵComponentDeclaration<AngularSlickgridComponent, "angular-slickgrid" #987
Replies: 2 comments 1 reply
-
I'm afraid that the Angular errors are too cryptic to provide any help here, the only Stack Overflow similar to your issue is this one error TS2314: Generic type 'ɵɵComponentDeclaration' requires 7 type argument(s) which was answered by saying that 1 of the lib used required Angular 14 and that might match your issue but I can't really tell since you didn't include the entire error (comparing to the SO question which mentioned Angular 14). That seems to be more of an Angular error, not really an Angular-Slickgrid error Another suggestion would be to make sure that your Angular-Slickgrid version matches the Slickgrid-Universal versions that were originally assigned to them, every time I update Slickgrid-Universal, I then have to release a new version of Angular-Slickgrid because they have to follow each other. If your Angular-Slickgrid is on ghiscoding/angular-slickgrid-demos@8073d2f It might be preferable to update to latest versions if you can, also note that the last version (few days ago) has a small 1 line breaking change, so make sure you do that 1 line change whenever you update to latest |
Beta Was this translation helpful? Give feedback.
-
Actually that was related to carrot icon (^) before the version no in
package json file. So, it's resolved now. Thanks for the immediate reply.
…On Tue, 16 Aug, 2022, 7:33 pm Ghislain B., ***@***.***> wrote:
I'm afraid that the Angular errors are too cryptic to provide any help
here, the only Stack Overflow similar to your issue is this one [error
TS2314: Generic type 'ɵɵComponentDeclaration' requires 7 type argument(s)
<https://stackoverflow.com/questions/72701446/error-ts2314-generic-type-%c9%b5%c9%b5componentdeclaration-requires-7-type-arguments>
](
https://stackoverflow.com/questions/72701446/error-ts2314-generic-type-%C9%B5%C9%B5componentdeclaration-requires-7-type-arguments)
which was answered by saying that 1 of the lib used required Angular 14 and
that might match your issue but only you could probably know since you
didn't include the entire error (comparing to the SO question which
mentioned Angular 14)
Another suggestion would be to make sure that your Angular-Slickgrid
version matches the Slickgrid-Universal versions that were originally
assigned to them, every time I update Slickgrid-Universal, I then have to
release a new version of Angular-Slickgrid because they have to follow each
other. If your Angular-Slickgrid is on ^4.1.4 then all your
Slickgrid-Universal must be on ^1.3.0 as shown in link below (the portion
on the left in red)
***@***.***
<ghiscoding/angular-slickgrid-demos@8073d2f>
—
Reply to this email directly, view it on GitHub
<#987 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJ2GEXWWJC3FCD5WSAEYHPDVZONTFANCNFSM56VXTSRQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
.com>
|
Beta Was this translation helpful? Give feedback.
-
Angular slickgrid build(cmd: ng build project_name) failing with angular version 13.3.0, angular-slickgrid version 4.1.4, rxjs version 7.5.5. Attaching below the screenshot for your reference.
Beta Was this translation helpful? Give feedback.
All reactions