-
Notifications
You must be signed in to change notification settings - Fork 6k
[TypeScript][Angular] fix issue with importing http client module #6757
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] fix issue with importing http client module #6757
Conversation
HttpModule has no effect, since the new `HttpClient` is now used. fixes #6727
pgrm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh yeah cool, that's also a local fix I had laying around 👍
|
@wing328 you can mark this one also with bug and typescript |
|
@wing328 @sebastianhaas the checks passed, how about merging? |
|
|
||
| message?: string; | ||
|
|
||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still wondering about those newlines
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can try to clean it up later with a separate PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Opened #6788 to address this :)
|
@wing328 can you restart the circleci test? |
|
@wing328 the checks passed, could you please merge this? |
PR checklist
./bin/to update Petstore sample so that CIs can verify the change. (For instance, only need to run./bin/{LANG}-petstore.shand./bin/security/{LANG}-petstore.shif updating the {LANG} (e.g. php, ruby, python, etc) code generator or {LANG} client's mustache templates). Windows batch files can be found in.\bin\windows\.3.0.0branch for changes related to OpenAPI spec 3.0. Default:master.Description of the PR
fixes #6727 and replaces PR #6729