{"id":19368395,"url":"https://github.com/billcheng/ng-form-group","last_synced_at":"2026-05-03T11:33:24.199Z","repository":{"id":47381537,"uuid":"216136091","full_name":"billcheng/ng-form-group","owner":"billcheng","description":"Node.js Form Validation (Angular style)","archived":false,"fork":false,"pushed_at":"2022-12-04T16:37:18.000Z","size":84,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T13:48:36.149Z","etag":null,"topics":["angular","nodejs","server-side","validator"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/billcheng.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":"2019-10-19T02:09:06.000Z","updated_at":"2019-10-19T14:31:04.000Z","dependencies_parsed_at":"2023-01-22T20:50:13.363Z","dependency_job_id":null,"html_url":"https://github.com/billcheng/ng-form-group","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/billcheng/ng-form-group","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billcheng%2Fng-form-group","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billcheng%2Fng-form-group/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billcheng%2Fng-form-group/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billcheng%2Fng-form-group/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/billcheng","download_url":"https://codeload.github.com/billcheng/ng-form-group/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/billcheng%2Fng-form-group/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32567380,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: 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":["angular","nodejs","server-side","validator"],"created_at":"2024-11-10T08:06:19.595Z","updated_at":"2026-05-03T11:33:24.185Z","avatar_url":"https://github.com/billcheng.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nodejs-ng-form\nSimilar to Angular Reactive Form \"API\" but on the server side.\n\n# How To Install\n```bash\nnpm i nodejs-ng-form\n```\nor\n```bash\nyarn nodejs-ng-form\n```\n\n# Example\n```javascript\nimport { formBuilder } from 'nodejs-ng-form'\n\nfunction validate(name, address, city, zipcode) {\n    const form = formBuilder.group({\n        name: [name, Validators.required],\n        address: [address, Validators.required],\n        city: [city, Validators.required],\n        zipcode: [zipcode,\n            Validators.compose([\n                Validators.required,\n                Validators.pattern(/\\d{5}/)\n                ])\n        ]\n    })\n\n    return form.valid\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbillcheng%2Fng-form-group","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbillcheng%2Fng-form-group","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbillcheng%2Fng-form-group/lists"}