Closed drenda closed 2 years ago
Take a look on the fourth bullet on https://github.com/cyclosproject/ng-openapi-gen#limitations The library don't do any data transformation, as it would require the object graph to be traversed on every request / response.
Hi, this is question more than an issue. In my open API spec I've many date and date-time fields:
I see those fields are converted as string in the Angular client. Is this a best practice on your opinion for the client side?