Which version of Angular is required with Handsontable v14?

Tags: #<Tag:0x00007f51b9a7be28> #<Tag:0x00007f51b9a7bce8>

Greetings,

We are in the process of upgrading both Handsontable and Angular. Previously our handsontable version was 12 and we are trying to get it upgraded to v14.5.

We have upgraded to Angular 14 as well, but the library is causing compilation issues:

Generic type ‘ɵɵComponentDeclaration’ requires between 7 and 8 type arguments.ts(2707)

This is coming from here

Googling suggests there’s a version mismatch between the package and Angular but I can’t find the compatibility listed anywhere.

"@angular/core": "14.3.0",
"handsontable": "^14.6.1"
"@handsontable/angular": "^14.6.1"

Any guidance would be appreciated, thanks!

Hi @perez.andres

Thank you for contacting us. The latest version of Handsontable is 15.0 and with that version the oldest version of Angular we are supporting is 16.0, the same is true for 14.6.1 as it was release just a few months ago.

1 Like