ng-custom-checkbox-values
Version:
Custom checkbox values like strings or numbers other than default boolean
39 lines (38 loc) • 1.22 kB
JSON
{
"name": "ng-custom-checkbox-values",
"version": "1.0.5",
"description": "Custom checkbox values like strings or numbers other than default boolean",
"peerDependencies": {
"@angular/common": "^8.2.14",
"@angular/core": "^8.2.14",
"@angular/forms": "^8.2.14"
},
"keywords": [
"angular",
"custom",
"checkbox",
"values",
"directive",
"non boolean values checkbox"
],
"author": "Darshan Sagar",
"repository": {
"type": "git",
"url": "git+https://github.com/darshanlsagar/angular-custom-checkbox-values.git"
},
"homepage": "https://github.com/darshanlsagar/angular-custom-checkbox-values#readme",
"license": "MIT",
"main": "bundles/ng-custom-checkbox-values.umd.js",
"module": "fesm5/ng-custom-checkbox-values.js",
"es2015": "fesm2015/ng-custom-checkbox-values.js",
"esm5": "esm5/ng-custom-checkbox-values.js",
"esm2015": "esm2015/ng-custom-checkbox-values.js",
"fesm5": "fesm5/ng-custom-checkbox-values.js",
"fesm2015": "fesm2015/ng-custom-checkbox-values.js",
"typings": "ng-custom-checkbox-values.d.ts",
"metadata": "ng-custom-checkbox-values.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}