ngx-custom-validators-angular-14
Version:
Angular custom directives for validation
61 lines • 1.89 kB
JSON
{
"name": "ngx-custom-validators-angular-14",
"version": "11.1.7",
"description": "Angular custom directives for validation",
"typings": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/blemoine167/ngx-custom-validators"
},
"keywords": [
"angular",
"angular 14",
"directive",
"reactive",
"template",
"forms",
"validate",
"validation",
"validators",
"custom"
],
"author": "Ralf Saenen <ralf.saenen@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/blemoine167/ngx-custom-validators/issues"
},
"homepage": "https://github.com/blemoine167/ngx-custom-validators#readme",
"private": false,
"peerDependencies": {},
"dependencies": {
"@angular/common": "~14.0.5",
"@angular/compiler": "~14.0.5",
"@angular/core": "~14.0.5",
"@angular/forms": "~14.0.5",
"@angular/platform-browser": "~14.0.5",
"@angular/platform-browser-dynamic": "~14.0.5",
"moment": "^2.28.0",
"rxjs": "~6.6.3",
"tslib": "^2.4.0",
"zone.js": "~0.11.6"
},
"module": "fesm2015/ngx-custom-validators-angular-14.mjs",
"es2020": "fesm2020/ngx-custom-validators-angular-14.mjs",
"esm2020": "esm2020/ngx-custom-validators-angular-14.mjs",
"fesm2020": "fesm2020/ngx-custom-validators-angular-14.mjs",
"fesm2015": "fesm2015/ngx-custom-validators-angular-14.mjs",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2020": "./esm2020/ngx-custom-validators-angular-14.mjs",
"es2020": "./fesm2020/ngx-custom-validators-angular-14.mjs",
"es2015": "./fesm2015/ngx-custom-validators-angular-14.mjs",
"node": "./fesm2015/ngx-custom-validators-angular-14.mjs",
"default": "./fesm2020/ngx-custom-validators-angular-14.mjs"
}
},
"sideEffects": false
}