Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Typescript Angular] The typescript interface method names does not match client generated names for "Form" #1076

Open
RodolpheNivelet opened this issue Nov 3, 2022 · 1 comment

Comments

@RodolpheNivelet
Copy link

Since this PR #671 , the interfaces generated by angular-typescript are wrong for those "Form" type endpoints.|
They are lacking the "Form" suffix.

ex:
In api.service.ts:
myPostEndpointForm(...)
In api.serviceInterface.ts
myPostEndpoint(...)

I will produce a PR to erase this issue.

@RodolpheNivelet
Copy link
Author

Here is the PR to fix this : #1077

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant