sinequa / ngx-ui-builder

An Angular library for creating no code tools & applications
https://sinequa.github.io/ngx-ui-builder/
MIT License
81 stars 8 forks source link

Angular 14 Support #67

Closed sic-sic closed 2 years ago

sic-sic commented 2 years ago

ng add @sinequa/ngx-ui-builder actually does not work with an angular 14 project and I don't want to downgrade to angular 12. It would be possible to upgrade to angular 14 ? I can contribute if you want.

ericleib commented 2 years ago

Hello, What kind of error do you have? There probably isn't a big compatibility problem, but more likely a conflict with the peer dependency versions we listed in the package.json. We'll have limited bandwidth to help you during early August, but we definitely welcome external contributions, and we will review Pull Requests 🙂

sic-sic commented 2 years ago

it is a conflict with the peer dependencies, I forked the project, upgraded a set of dependencies and tested it. I think it is now ready for angular 14. I will open a pull request. You may give it a look.