@rytrox/form-signals
Version:
Simple Reimplementation of [Angular Forms](https://www.npmjs.com/package/@angular/forms) in Signals. Focused on simplicity, with full [Angular Material](https://www.npmjs.com/package/@angular/material) support.
41 lines • 814 B
JSON
{
"name": "@rytrox/form-signals",
"version": "0.5.0",
"peerDependencies": {
"@angular/common": "^20.0.0",
"@angular/core": "^20.0.0",
"lodash": "^4.17.21"
},
"optionalDependencies": {
"@angular/material": "^20.0.0"
},
"dependencies": {
"tslib": "^2.8.1"
},
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/Rytrox/form-signals.git"
},
"license": "MIT",
"keywords": [
"angular",
"angular20",
"forms",
"ng",
"ng20",
"ngx",
"signals"
],
"module": "fesm2022/rytrox-form-signals.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/rytrox-form-signals.mjs"
}
}
}