ngx-control-operators
Version:
RxJS operators for Angular reactive form controls
46 lines • 1.2 kB
JSON
{
"name": "ngx-control-operators",
"version": "2.1.0",
"description": "RxJS operators for Angular reactive form controls",
"keywords": [
"angular",
"ng",
"ngx",
"rxjs",
"operator",
"form",
"control",
"reactive",
"formcontrol",
"utility"
],
"author": "Jacob Shtabnoy",
"license": "ISC",
"peerDependencies": {
"@angular/forms": "^14.0.0 || ^15.0.0",
"rxjs": "^7.4"
},
"dependencies": {
"tslib": "^2.3.0"
},
"module": "fesm2015/ngx-control-operators.mjs",
"es2020": "fesm2020/ngx-control-operators.mjs",
"esm2020": "esm2020/ngx-control-operators.mjs",
"fesm2020": "fesm2020/ngx-control-operators.mjs",
"fesm2015": "fesm2015/ngx-control-operators.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2020": "./esm2020/ngx-control-operators.mjs",
"es2020": "./fesm2020/ngx-control-operators.mjs",
"es2015": "./fesm2015/ngx-control-operators.mjs",
"node": "./fesm2015/ngx-control-operators.mjs",
"default": "./fesm2020/ngx-control-operators.mjs"
}
},
"sideEffects": false
}