rx-form-mapper
Version:
Proper decorator-based transformation / serialization / deserialization of plain javascript classes to angular reactive forms
39 lines (38 loc) • 1.09 kB
JSON
{
"name": "rx-form-mapper",
"description": "Proper decorator-based transformation / serialization / deserialization of plain javascript classes to angular reactive forms",
"version": "4.0.2",
"author": {
"email": "iacopociao1992@gmail.com",
"name": "KernelPanic92",
"url": "https://github.com/KernelPanic92"
},
"repository": {
"type": "git",
"url": "https://github.com/KernelPanic92/rx-form-mapper"
},
"license": "MIT",
"keywords": [
"angular",
"reactive-form",
"mapper",
"converter",
"decorator-pattern",
"typescript-library"
],
"dependencies": {
"tslib": "2.1.0"
},
"peerDependencies": {
"@angular/common": "^7.1.0 || ^8.0.0 || ^11.0.0",
"@angular/core": "^7.1.0 || ^8.0.0 || ^11.0.0"
},
"main": "bundles/rx-form-mapper.umd.js",
"module": "fesm2015/rx-form-mapper.js",
"es2015": "fesm2015/rx-form-mapper.js",
"esm2015": "esm2015/rx-form-mapper.js",
"fesm2015": "fesm2015/rx-form-mapper.js",
"typings": "rx-form-mapper.d.ts",
"metadata": "rx-form-mapper.metadata.json",
"sideEffects": false
}