UNPKG

@oasisdigital/angular-typed-forms-helpers

Version:

Some helper types for when you are dealing with Angular's typed reactive forms system

41 lines (40 loc) 1.01 kB
{ "name": "@oasisdigital/angular-typed-forms-helpers", "version": "3.4.0", "description": "Some helper types for when you are dealing with Angular's typed reactive forms system", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "/dist" ], "scripts": { "tsc": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/OasisDigital/angular-typed-forms-helpers.git" }, "author": "Zachary Kipping <zjkipping@hotmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/OasisDigital/angular-typed-forms-helpers/issues" }, "publishConfig": { "access": "public" }, "homepage": "https://github.com/OasisDigital/angular-typed-forms-helpers#readme", "keywords": [ "angular", "typed", "reactive", "forms", "typescript", "types", "helper", "interfaces" ], "peerDependencies": { "@angular/forms": "^18.0.0", "typescript": ">=5.4.0" } }