UNPKG

@proangular/pro-form

Version:

A predefined set of reactive and reusable form input components based on Angular Material.

78 lines 1.9 kB
{ "name": "@proangular/pro-form", "version": "19.1.1", "description": "A predefined set of reactive and reusable form input components based on Angular Material.", "author": "Pro Angular <webmaster@proangular.com>", "homepage": "https://www.proangular.com", "private": false, "engines": { "node": ">=20" }, "peerDependencies": { "@angular/animations": ">=19 <20", "@angular/common": ">=19 <20", "@angular/compiler": ">=19 <20", "@angular/core": ">=19 <20", "@angular/forms": ">=19 <20", "@angular/material": ">=19 <20", "@angular/material-luxon-adapter": ">=19 <20", "@angular/platform-browser": ">=19 <20", "@angular/platform-browser-dynamic": ">=19 <20", "@angular/router": ">=19 <20", "@ngneat/until-destroy": "^10.0.0", "@types/luxon": "^3.4.2", "luxon": "^3.5.0", "rxjs": "~7.8.0", "zone.js": "~0.15.0" }, "contributors": [ { "name": "Cody Tolene", "email": "webmaster@codytolene.com", "url": "https://www.codytolene.com" } ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ProAngular/pro-form.git" }, "keywords": [ "pro", "angular", "material", "form", "forms", "input", "inputs", "custom", "pro-form", "ngx" ], "bugs": { "url": "https://github.com/ProAngular/pro-form/issues" }, "funding": { "type": "github", "url": "https://github.com/sponsors/proangular" }, "publishConfig": { "access": "public" }, "main": "src/main.ts", "module": "fesm2022/proangular-pro-form.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/proangular-pro-form.mjs" } }, "sideEffects": false, "dependencies": { "tslib": "^2.3.0" } }