guillotinaweb / ngx-schema-form

HTML form generation based on JSON Schema
MIT License
485 stars 174 forks source link

upgrade to ng13 #423

Closed ebrehault closed 2 years ago

ebrehault commented 2 years ago

Fix #422

Smixi commented 2 years ago

Hello, is it ready to be used ? I have npm audit fixes leading me to upgrade to angular 13, and wanted to use this lib, but the tagged branch has not been published to npm. It is safe to use ? By the way, how can I install it safely ? Using "ngx-schema-form": "github:guillotinaweb/ngx-schema-form#2.7.0" as a dependency isn't building/using a built project and even trying to build it manually I got :

✖ Generating FESM2020
Could not resolve './lib/index' from dist/schema-form/esm2020/public_api.mjs
ebrehault commented 2 years ago

@Smixi yes it is safe to use, for Angular 13 you need to use version 2.7.0:

npm i ngx-schema-form@2.7.0
Smixi commented 2 years ago

I don't know how I managed to miss type this during upgrade 😥. Thanks a lot !