verizonconnect/ngx-form-generator
Generate Angular ReactiveForms from OpenAPI documents
This tool helps Angular developers quickly create web forms that match their backend API's data rules. You provide an OpenAPI or Swagger document (which defines your API's expected data), and it generates the corresponding Angular ReactiveForm code. This ensures your user interface validation automatically stays in sync with your server's validation rules, reducing errors and saving development time. It's for Angular developers who build front-end applications that interact with APIs.
No commits in the last 6 months. Available on npm.
Use this if you are an Angular developer building forms and want to ensure your client-side validation logic perfectly mirrors your API's schema, saving manual coding and preventing inconsistencies.
Not ideal if you are not an Angular developer or if your project does not use OpenAPI/Swagger definitions for its APIs.
Stars
46
Forks
14
Language
TypeScript
License
MIT
Category
Last pushed
Mar 06, 2023
Commits (30d)
0
Dependencies
6
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/verizonconnect/ngx-form-generator"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
yhnavein/swaggie
Tool for generating TypeScript client code for given Swagger API endpoints
grafana/openapi-to-k6
A CLI tool to convert an OpenAPI schema to a TypeScript client to use with k6.
reagento/descanso
A modern and simple way to create clients for REST like APIs
mikestead/openapi-client
Generate ES6 or Typescript service integration code from an OpenAPI 2 spec
SamuelMarks/cdd-c
OpenAPI ↔ C. Frontend for C, concentrating on: generation from code; single-file analysis;...