Articles with "openapi"

Generating Data Access Code for Angular with OpenAPI Specs

When developing a front-end application with Angular and an existing client, you need to program models and services for data access. This is a repetitive task, complicated by changes in the back-end. One way to automate this is to use a code generator that runs on the OpenAPI spec of the back-end.