{"id":19162720,"url":"https://github.com/sergot/ngx-smart-form","last_synced_at":"2025-02-22T22:41:07.466Z","repository":{"id":143897120,"uuid":"107026696","full_name":"sergot/ngx-smart-form","owner":"sergot","description":"An Angular module for generating forms in your application.","archived":false,"fork":false,"pushed_at":"2017-10-27T22:10:58.000Z","size":1355,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-03T22:35:37.900Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://sergot.github.io/ngx-smart-form/","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/sergot.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-15T15:59:17.000Z","updated_at":"2017-10-16T22:20:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"b10d0607-9925-4ace-bc3d-f3c7ad19fd98","html_url":"https://github.com/sergot/ngx-smart-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/sergot%2Fngx-smart-form","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergot%2Fngx-smart-form/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergot%2Fngx-smart-form/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergot%2Fngx-smart-form/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sergot","download_url":"https://codeload.github.com/sergot/ngx-smart-form/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240245902,"owners_count":19771029,"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-11-09T09:12:56.838Z","updated_at":"2025-02-22T22:41:07.452Z","avatar_url":"https://github.com/sergot.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ngx-smart-form\n\n[![Join the chat at https://gitter.im/ngx-smart-form/Lobby](https://badges.gitter.im/ngx-smart-form/Lobby.svg)](https://gitter.im/ngx-smart-form/Lobby?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n[![npm version](https://badge.fury.io/js/ngx-smart-form.svg)](https://badge.fury.io/js/ngx-smart-form)\n[![Maintainability](https://api.codeclimate.com/v1/badges/7dc4d76f7186b0c1122b/maintainability)](https://codeclimate.com/github/sergot/ngx-smart-form/maintainability)\n[![Test Coverage](https://api.codeclimate.com/v1/badges/7dc4d76f7186b0c1122b/test_coverage)](https://codeclimate.com/github/sergot/ngx-smart-form/test_coverage)\n[![Build Status](https://travis-ci.org/sergot/ngx-smart-form.svg?branch=master)](https://travis-ci.org/sergot/ngx-smart-form)\n\nngx-smart-form is an Angular module for generating forms in your application.\n\nWork still in progress - help will be appreciated. :)\n\n# Features\n\n- generates correct angular form based on provided settings\n- ...\n\n# Installation\n\n    npm install --save-dev ngx-smart-form\n\n# Usage\n\n    \u003cngx-smart-form [settings]=\"settings\" (onSubmit)=\"onSubmit($event)\"\u003e\u003c/ngx-smart-form\u003e\n\nWhere settings look like:\n\n    settings = {\n      inputs: {\n        field: {\n          label: 'Field',\n          type: 'text',\n        },\n      },\n    }\n\nand onSubmit:\n\n    onSubmit(form) {\n      this.items.push(form);\n    }\n\n# Future features\n\n- custom classes\n- custom buttons\n- generating forms based on passed model\n\n# TODOs\n\n- Docs\n- Ghpages - better example site\n- E2E tests - protractor\n\n## Thanks to\n\nThanks to [swimlane/ngx-datatable](https://github.com/swimlane/ngx-datatable/),\nI used this repo as a point of start to create an angular2+ module.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergot%2Fngx-smart-form","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsergot%2Fngx-smart-form","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergot%2Fngx-smart-form/lists"}