UNPKG

ngx-vest-forms

Version:

Opinionated template-driven forms library for Angular with Vest.js integration

48 lines (47 loc) 1.11 kB
{ "name": "ngx-vest-forms", "version": "2.7.0", "license": "MIT", "author": "Brecht Billiet, Arjen Althoff", "description": "Opinionated template-driven forms library for Angular with Vest.js integration", "peerDependencies": { "@angular/core": ">=19.0.0", "@angular/common": ">=19.0.0", "rxjs": ">=7.8.0", "vest": ">=5.4.6" }, "dependencies": { "tslib": "^2.8.1" }, "keywords": [ "Angular", "Async validation", "Dynamic forms", "Error handling", "Form adapter", "Form validation", "Forms", "Signals", "Template Driven Forms", "Unidirectional data flow", "Validation", "Vestjs" ], "repository": { "type": "git", "url": "https://github.com/ngx-vest-forms/ngx-vest-forms.git" }, "sideEffects": false, "module": "fesm2022/ngx-vest-forms.mjs", "typings": "types/ngx-vest-forms.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./types/ngx-vest-forms.d.ts", "default": "./fesm2022/ngx-vest-forms.mjs" } }, "type": "module" }