dashjoin / json-schema-form

Angular JSON Schema Form Library
https://dashjoin.github.io/
Apache License 2.0
86 stars 27 forks source link

Update to Angular 15 #168

Closed ldamet closed 1 year ago

ldamet commented 1 year ago

Hi,

I would like to integrate json-schema-form in an Angular15 project. Right now it will not build because of incompatibilities with angular-material changes done in angular 15.

This seems fixed by #161 merge request

Thank you.

aeberhart commented 1 year ago

we're working on it right now - unfortunately the PR breaks the layout, that's why we didn't merge it yet

ldamet commented 1 year ago

Great, thank's a lot!

aeberhart commented 1 year ago

we just published version 1.0.0 which uses angular 15 please let us know if you find any issues!

note that the component API changed slightly. We're using Angular FormControl now. See the README for details