cyclosproject / ng-openapi-gen

An OpenAPI 3.0 codegen for Angular
MIT License
397 stars 132 forks source link

model index generates bad exports #296

Closed GreedyA1 closed 12 months 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 12 months ago

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

luisfpg commented 12 months ago

This was fixed in #292

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