ngx-input-errors
Version:
The ngx-input-errors library provides dynamic error messages for Angular Forms validations and automatic error extraction for displaying error messages.
41 lines • 1.04 kB
JSON
{
"name": "ngx-input-errors",
"version": "19.0.0",
"description": "The ngx-input-errors library provides dynamic error messages for Angular Forms validations and automatic error extraction for displaying error messages.",
"author": "Ali Karimi",
"repository": {
"type": "git",
"url": "https://github.com/aks1376/ngx-input-errors.git"
},
"bugs": {
"url": "https://github.com/aks1376/ngx-input-errors/issues"
},
"homepage": "https://github.com/aks1376/ngx-input-errors",
"keywords": [
"Angular",
"validation",
"ReactiveForm",
"errors",
"input"
],
"license": "MIT",
"peerDependencies": {
"@angular/common": "^19.2.0",
"@angular/core": "^19.2.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/ngx-input-errors.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ngx-input-errors.mjs"
}
}
}