ng-smart-forms
Version:
Zero-config reactive forms with built-in validation, auto-save, and smart error handling for Angular
47 lines • 1.14 kB
JSON
{
"name": "ng-smart-forms",
"version": "1.0.2",
"description": "Zero-config reactive forms with built-in validation, auto-save, and smart error handling for Angular",
"keywords": [
"angular",
"forms",
"reactive",
"validation",
"auto-save",
"typescript",
"ui",
"ng"
],
"homepage": "https://github.com/Drackus001/ngx-smart-forms-workspace",
"bugs": {
"url": "https://github.com/Drackus001/ngx-smart-forms-workspace/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Drackus001/ngx-smart-forms-workspace.git"
},
"author": "Satyam Agarwal <Satyam.Agarwal.IN@google.com>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@angular/common": "^19.2.0",
"@angular/core": "^19.2.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/ng-smart-forms.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ng-smart-forms.mjs"
}
}
}