UNPKG

angular-reactive-validation

Version:

Reactive Forms validation shouldn't require the developer to write lots of HTML to show validation messages. This library makes it easy.

42 lines 1.14 kB
{ "name": "angular-reactive-validation", "version": "13.0.0", "description": "Reactive Forms validation shouldn't require the developer to write lots of HTML to show validation messages. This library makes it easy.", "repository": { "type": "git", "url": "https://github.com/davidwalschots/angular-reactive-validation.git" }, "author": { "name": "David Walschots", "email": "davidwalschots.npm@gmail.com" }, "bugs": "https://github.com/davidwalschots/angular-reactive-validation/issues", "keywords": [ "angular", "validation", "reactive-forms" ], "license": "MIT", "private": false, "peerDependencies": { "@angular/common": "^19.0.0", "@angular/core": "^19.0.0", "@angular/forms": "^19.0.0", "rxjs": "^6.5.3 || ^7.4.0" }, "dependencies": { "tslib": "^2.3.0" }, "sideEffects": false, "module": "fesm2022/angular-reactive-validation.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/angular-reactive-validation.mjs" } } }