cyclosproject / ng-openapi-gen

An OpenAPI 3.0 codegen for Angular
MIT License
403 stars 134 forks source link

model index generates bad exports #296

Closed GreedyA1 closed 1 year ago

GreedyA1 commented 1 year ago

index.ts is missing ./models/ directory in front models exports.

mokeev1995 commented 1 year ago

This was discussed here: #291 and fixed here: #292

We're waiting for review & merge this PR.

luisfpg commented 1 year ago

Sorry, but I have almost no time for this project nowadays... I'll try to include it this coming week.

luisfpg commented 1 year ago

This was fixed in #292

It was previously fixed in models.ts, but not in index.ts.