signal-template-forms
Version:
A powerful, type-safe Angular forms library built with signals, providing reactive form management with excellent developer experience and performance.
50 lines • 1.31 kB
JSON
{
"name": "signal-template-forms",
"version": "1.11.2",
"description": "A powerful, type-safe Angular forms library built with signals, providing reactive form management with excellent developer experience and performance.",
"author": "Steven Dix",
"keywords": [
"angular",
"forms",
"signals",
"reactive-forms",
"typescript",
"validation",
"form-builder",
"angular-signals"
],
"homepage": "https://github.com/chocosd/angular-template-signal-forms",
"repository": {
"type": "git",
"url": "https://github.com/chocosd/angular-template-signal-forms.git"
},
"bugs": {
"url": "https://github.com/chocosd/angular-template-signal-forms/issues"
},
"exports": {
"./styles": {
"sass": "./styles/_index.scss"
},
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/signal-template-forms.mjs"
}
},
"license": "MIT",
"peerDependencies": {
"@angular/common": "^19.2.0",
"@angular/core": "^19.2.0",
"rxjs": "~7.8.0"
},
"dependencies": {
"tslib": "^2.3.0",
"lucide-angular": "^0.507.0",
"@angular/animations": "^19.2.8"
},
"sideEffects": false,
"module": "fesm2022/signal-template-forms.mjs",
"typings": "index.d.ts"
}