@christophhu/ngx-json-form
v1.0.5
Published
Create Angular reactive forms by a JSON Schema.
Downloads
3
Maintainers
Readme
NgxJsonForm
This project was generated with Angular CLI version 17.2.0.
Demo
Use
In die angular.json
muss das Stylesheet von ngx-json-form
hinzugefügt werden:
...
"styles": [
...,
"node_modules/@christophhu/ngx-json-form/tailwind.scss"
],
...