ngx-show-form-errors
Version:
An Angular library providing a directive to automatically display form error messages.
43 lines • 1.15 kB
JSON
{
"name": "ngx-show-form-errors",
"version": "1.0.2",
"license": "LGPLv3",
"description": "An Angular library providing a directive to automatically display form error messages.",
"keywords": [
"angular",
"forms",
"validation",
"errors",
"directive"
],
"author": {
"name": "Vinícius Bastos da Silva",
"url": "https://github.com/vinibas"
},
"homepage": "https://github.com/vinibas/ngx-show-form-errors#readme",
"repository": {
"type": "git",
"url": "https://github.com/vinibas/ngx-show-form-errors.git"
},
"peerDependencies": {
"@angular/common": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
"@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
"@angular/forms": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
"rxjs": "^7.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/ngx-show-form-errors.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ngx-show-form-errors.mjs"
}
}
}