{"id":16981778,"url":"https://github.com/mohsen1/angular-json-schema-form","last_synced_at":"2025-03-22T15:30:39.998Z","repository":{"id":26682467,"uuid":"30139211","full_name":"mohsen1/angular-json-schema-form","owner":"mohsen1","description":"Angular directive for making forms out of JSON Schema","archived":false,"fork":false,"pushed_at":"2016-07-12T13:15:05.000Z","size":22251,"stargazers_count":30,"open_issues_count":6,"forks_count":58,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-04-14T14:51:04.375Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://azimi.me/angular-json-schema-form/demo/demo.html","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mohsen1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-01T07:09:28.000Z","updated_at":"2020-01-20T01:38:42.000Z","dependencies_parsed_at":"2022-06-30T03:32:46.434Z","dependency_job_id":null,"html_url":"https://github.com/mohsen1/angular-json-schema-form","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohsen1%2Fangular-json-schema-form","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohsen1%2Fangular-json-schema-form/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohsen1%2Fangular-json-schema-form/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohsen1%2Fangular-json-schema-form/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mohsen1","download_url":"https://codeload.github.com/mohsen1/angular-json-schema-form/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244978385,"owners_count":20541844,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T02:06:24.558Z","updated_at":"2025-03-22T15:30:39.504Z","avatar_url":"https://github.com/mohsen1.png","language":"JavaScript","funding_links":[],"categories":["JSON Schema Frontend components"],"sub_categories":[],"readme":"# Angular JSON Schema Form\n\n[![Build Status](https://travis-ci.org/mohsen1/angular-json-schema-form.svg?branch=master)](https://travis-ci.org/mohsen1/angular-json-schema-form)\n\n\u003e Angular directive for making forms out of JSON Schema\n\nThis directive is using [JSON Editor](http://jeremydorn.com/json-editor/) internally to generate forms.\n\n### [Live demo](http://azimi.me/angular-json-schema-form/demo/demo.html)\n\n## How to use\n\n* Install via Bower\n\n  ```\n    bower install --save-dev schema-form\n  ```\n* Include `mohsen1.schema-form` in you app\n\n  ```\n    angular.module('myApp', ['mohsen1.schema-form'])\n  ```\n* Pass your JSON Schema to `json-schema-form` attribute directive on `\u003cform\u003e` element\n\n  ```html\n    \u003cform schema-form=\"{type: 'string'}\" action=\"/\" method=\"post\"\u003e\n      \u003cbutton type=\"submit\"\u003eSend\u003c/button\u003e\n    \u003c/form\u003e\n  ```\n\n  You can also use `ng-model` with this directive.\n\n  Note that `schema-form` will **`prepend`** generated form elements.\n\n## Development\n\nInstall Gulp via npm if you don't have it\n\n```shell\nnpm install -g gulp\n```\n\n### Available commands\n\n* `gulp`: build and test the project\n* `gulp build`: build the project and make new files in`dist`\n* `gulp serve`: start a server to serve the demo page and launch a browser then watches for changes in `src` files to reload the page\n* `gulp test`: run tests\n* `gulp serve-test`: runs tests and keep test browser open for development. Watches for changes in source and test files to re-run the tests\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohsen1%2Fangular-json-schema-form","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohsen1%2Fangular-json-schema-form","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohsen1%2Fangular-json-schema-form/lists"}