{"id":20604834,"url":"https://github.com/themost-framework/form-renderer","last_synced_at":"2026-04-21T06:32:14.388Z","repository":{"id":195961134,"uuid":"694081065","full_name":"themost-framework/form-renderer","owner":"themost-framework","description":"Form renderer wrapper for angular + formiojs","archived":false,"fork":false,"pushed_at":"2023-10-13T09:47:17.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-25T17:54:48.963Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/themost-framework.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":"2023-09-20T09:43:33.000Z","updated_at":"2023-09-20T10:51:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"a74dc883-087a-4598-9e33-8a32672e5eb3","html_url":"https://github.com/themost-framework/form-renderer","commit_stats":null,"previous_names":["themost-framework/form-renderer"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/themost-framework/form-renderer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themost-framework%2Fform-renderer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themost-framework%2Fform-renderer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themost-framework%2Fform-renderer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themost-framework%2Fform-renderer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/themost-framework","download_url":"https://codeload.github.com/themost-framework/form-renderer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themost-framework%2Fform-renderer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32080274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T06:27:27.065Z","status":"ssl_error","status_checked_at":"2026-04-21T06:27:21.250Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-16T09:25:09.406Z","updated_at":"2026-04-21T06:32:14.373Z","avatar_url":"https://github.com/themost-framework.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @themost/form-renderer\n\nForm renderer component wrapper for [angular@5 to angular@15](https://angular.io/) and [formio.js](https://github.com/formio/formio.js)\n\n## Usage\n\n    npm i @themost/form-renderer\n\nImport `FormRendererModule` in your `AppModule`\n\n    @NgModule({\n    declarations: [\n        AppComponent\n    ],\n    imports: [\n        BrowserModule,\n        HttpClientModule,\n        AppRoutingModule,\n        FormRendererModule\n    ],\n    providers: [],\n    bootstrap: [AppComponent]\n    })\n    export class AppModule { }\n\nInclude `formio.form.min.js` in `scripts` section (+ formio.form.css in `styles` section) of `angular.json`\n\n    ...\n    \"architect\": {\n        \"build\": {\n          ...\n          \"options\": {\n            ...\n            \"styles\": [\n              \"node_modules/formiojs/dist/formio.form.css\",\n              \"src/styles.css\"\n            ],\n            \"scripts\": [\n              \"node_modules/formiojs/dist/formio.form.min.js\"\n            ]\n          },\n\n**Important note**: This operation is very important in order to resolve backward compatibility issues visible when you are using older versions of @angular\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemost-framework%2Fform-renderer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthemost-framework%2Fform-renderer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemost-framework%2Fform-renderer/lists"}