I try to download a file via an angular 2 typescript client. The link generated in Swagger UI works fine, but the generated typescript client does not.
The controller lo
The solution of @20B2 is working well, but instead of using
() => new Schema
You should use:
() => new OpenApiSchema