guillotinaweb / ngx-schema-form

HTML form generation based on JSON Schema
MIT License
483 stars 173 forks source link

upgrade to Angular 17 #483

Closed Wooshaah closed 8 months ago

Wooshaah commented 8 months ago

Hello,

When updating to angular from 16 to 17 (ng update @angular/cli@^17 @angular/core@^17) we are facing incompatible peer dependencies with this package.

Package "ngx-schema-form" has an incompatible peer dependency to "zone.js" (requires "~0.13.0", would install "0.14.2").

the @angular/core package seems to have a dependency on version ~0.14.0. see: https://github.com/angular/angular/blob/1e87ce2de29950aacf9c1ce4d53206174a0cfea1/packages/core/package.json

Would it be possible to add angular 17 support?

Thanks!

ebrehault commented 8 months ago

Definitely. Let me update the package.

ebrehault commented 8 months ago

Fixed in version 2.11.0