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