@al00x/forms
Version:
Angular Forms, the way it should be!
46 lines • 916 B
JSON
{
"name": "@al00x/forms",
"version": "1.2.1",
"description": "Angular Forms, the way it should be!",
"author": {
"name": "Al00X"
},
"keywords": [
"angular",
"forms",
"extend",
"essential",
"formControl",
"formGroup",
"validators"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/Al00X/forms"
},
"peerDependencies": {
"@angular/common": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/compiler": "^19.0.0",
"@angular/forms": "^19.0.0",
"rxjs": "~7.8.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/al00x-forms.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/al00x-forms.mjs"
}
}
}