You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
the recent change of make removeEnumValuePrefix = false by default cuased a breaking change in my project. in angular-typescript
enum SomeEnum {
KEY1 = 'ONE',
KEY2 ='TWO'
}
Is your feature request related to a problem? Please describe.
the recent change of make removeEnumValuePrefix = false by default cuased a breaking change in my project. in angular-typescript
enum SomeEnum {
KEY1 = 'ONE',
KEY2 ='TWO'
}
Describe the solution you'd like
It is not configureable in the doc :
https://openapi-generator.tech/docs/generators/typescript-angular
Ideally we can support that config in typescript-angular , and allow uer to configure that attribute
The text was updated successfully, but these errors were encountered: