UNPKG

@mmstack/form-validation

Version:

Provides a type-safe, composable, and localizable validation system designed specifically for use with [@mmstack/form-core](https://www.npmjs.com/package/@mmstack/form-core). It enables defining validation rules clearly within your TypeScript code and int

36 lines 788 B
{ "name": "@mmstack/form-validation", "version": "19.1.0", "keywords": [ "angular", "signals", "form", "validation", "error" ], "license": "MIT", "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" } }