@mmstack/form-validation
Version:
This is an internal library for providing localized validators :)
35 lines • 768 B
JSON
{
"name": "@mmstack/form-validation",
"version": "19.0.3",
"keywords": [
"angular",
"signals",
"form",
"validation",
"error"
],
"repository": {
"type": "git",
"url": "https://github.com/mihajm/mmstack"
},
"homepage": "https://github.com/mihajm/mmstack/blob/master/packages/form/validation",
"peerDependencies": {
"@angular/core": "~19.2.3",
"@angular/common": "~19.2.3"
},
"sideEffects": false,
"module": "fesm2022/mmstack-form-validation.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/mmstack-form-validation.mjs"
}
},
"dependencies": {
"tslib": "^2.3.0"
}
}