Skip to content

[REQ] removeEnumValuePrefix cause breaking change in angular-typescript #20457

@huantaoliu

Description

@huantaoliu

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions