UNPKG

@covalent/dynamic-forms

Version:

Teradata UI Platform Dynamic Forms Module

44 lines 1.21 kB
{ "name": "@covalent/dynamic-forms", "version": "10.1.0", "description": "Teradata UI Platform Dynamic Forms Module", "keywords": [ "angular", "components", "reusable", "dynamic", "forms" ], "repository": { "type": "git", "url": "https://github.com/teradata/covalent.git" }, "bugs": { "url": "https://github.com/teradata/covalent/issues" }, "license": "MIT", "author": "Teradata UX", "peerDependencies": { "@angular/common": "19.x.x", "@angular/core": "19.x.x", "@covalent/core": "10.1.0" }, "dependencies": { "tslib": "^2.8.1" }, "module": "fesm2022/covalent-dynamic-forms.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/covalent-dynamic-forms.mjs" } }, "sideEffects": false, "scripts": { "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.\\n')\" && exit 1" } }