UNPKG

angular-formio

Version:

Form.io Angular JSON Form Renderer ========================== This library serves as a Dynamic JSON Powered Form rendering library for [Angular](https://angular.io). This works by providing a JSON schema to a ```<formio>``` Angular component, where that f

31 lines (30 loc) 615 B
{ "name": "angular-formio", "version": "", "repository": { "type": "git", "url": "https://github.com/formio/angular-formio" }, "author": { "name": "Travis Tidwell", "email": "travis@form.io" }, "keywords": [ "angular", "forms", "json forms", "javascript forms", "model driven forms", "form.io" ], "license": "MIT", "bugs": { "url": "https://github.com/formio/angular-formio/issues" }, "main": "angular-formio.umd.js", "module": "index.js", "jsnext:main": "index.js", "typings": "index.d.ts", "peerDependencies": {}, "dependencies": {} }