ngx-iso-form
Version:
Angular component design Reactive Form using specific JSON. The primary use of this UI library is to design ISO 20022 forms dynamically.
47 lines • 1.15 kB
JSON
{
"name": "ngx-iso-form",
"version": "3.2.0",
"description": "Angular component design Reactive Form using specific JSON. The primary use of this UI library is to design ISO 20022 forms dynamically.",
"author": "Abhishek Joshi aka PixelByAJ",
"repository": {
"type": "git",
"url": "https://github.com/pixelbyaj/ngx-form/tree/main/projects/ngx-iso-form"
},
"bugs": {
"url": "https://github.com/pixelbyaj/ngx-form/issues"
},
"homepage": "https://iso20022.in/ngx-iso-form/",
"keywords": [
"angular",
"angular_v18",
"javascript",
"reactive-form",
"iso20022",
"iso 20022",
"xsdservice",
"dynamic-form",
"form",
"dynamic"
],
"license": "Apache-2.0",
"private": false,
"peerDependencies": {
"@angular/common": "^19.0.3",
"@angular/core": "^19.0.3"
},
"dependencies": {
"tslib": "^2.5.0"
},
"sideEffects": false,
"module": "fesm2022/ngx-iso-form.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ngx-iso-form.mjs"
}
}
}