wfw-ngx-formly
Version:
ngx-formly is an Angular 2 module which has a Components to help customize and render JavaScript/JSON configured forms. The formly-form Component and the FormlyConfig service are very powerful and bring unmatched maintainability to your application's form
39 lines (38 loc) • 1.13 kB
JSON
{
"name": "wfw-ngx-formly",
"version": "4.2.0",
"license": "MIT",
"homepage": "https://github.com/formly-js/ngx-formly#readme",
"description": "ngx-formly is an Angular 2 module which has a Components to help customize and render JavaScript/JSON configured forms. The formly-form Component and the FormlyConfig service are very powerful and bring unmatched maintainability to your application's forms.",
"keywords": [
"angular",
"forms",
"ng-formly",
"ngx-formly",
"formly",
"angular 2",
"angular 2 forms",
"json forms",
"form library",
"dynamic-forms"
],
"repository": {
"type": "git",
"url": "git+https://github.com/formly-js/ngx-formly.git"
},
"bugs": {
"url": "https://github.com/formly-js/ngx-formly/issues"
},
"dependencies": {
"tslib": "^1.7.1"
},
"peerDependencies": {
"@angular/forms": ">=6.0.0",
"rxjs": ">=6.0.0"
},
"main": "bundles/wfw-ngx-formly.umd.js",
"module": "esm5/wfw-ngx-formly.js",
"es2015": "esm2015/wfw-ngx-formly.js",
"typings": "wfw-ngx-formly.d.ts",
"metadata": "wfw-ngx-formly.metadata.json"
}