JsonForm giving errors while upgrade angular 14.3.0 to 15.2.10

I am using below packages of angular:

    "@angular/animations": "^15.2.10",
    "@angular/cdk": "^15.2.9",
    "@angular/common": "^15.2.10",
    "@angular/compiler": "^15.2.10",
    "@angular/core": "^15.2.10",
    "@angular/flex-layout": "^15.0.0-beta.42",
    "@angular/forms": "^15.2.10",
    "@angular/localize": "^15.2.10",
    "@angular/material": "^15.2.9",
    "@angular/platform-browser": "^15.2.10",
    "@angular/platform-browser-dynamic": "^15.2.10",
    "@angular/router": "^15.2.10",

and for jsonform

    "@jsonforms/angular": "^3.3.0",
    "@jsonforms/angular-material": "^3.3.0",
    "@jsonforms/core": "^3.3.0",

But I am getting these errros while compiling the code with npm run start, I am attaching the screenshot of errors,

Any help please ??

Hi @jainrahul2987 ,

Angular 15.x is only supported in version 3.2.0-alpha.4.
With Jsonforms 3.2.0 and 3.2.1, you can use Angular 16 or 17. Starting with version 3.3.0, you can use Angular 17 and 18.

Hope that helps,
Lucas

Thanks lucas for the help, I am able to fix this issue with the suggested version of jsonforms.

1 Like