-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Support Angular 13 #10877
Support Angular 13 #10877
Conversation
@petejohansonxo, @amakhrov, can you have a look? |
Hi @cghislai |
That is still the behavior with this change. However, the documentation at https://angular.io/api/common/http/HttpClient#delete lists an optional |
@cghislai |
@topce Re: the build error, im not sure what is going on, the test pass here, but travis is running an old chrome version im not sure if that is the cause. The run-in-docker script complained about missing Local logs
|
@cghislai Thank you for contribution ! Maybe there is some infrastructure problem so build fail! |
I will cleanup this mr to ease reviewing and hopefully make the tests pass.
|
@cghislai this looks good and clean - only has bare minimum of changes now. I like the idea of having separate PRs to address other outstanding issues |
I'm getting a compile error on Angular 13.1.1. It seems that httpClient.delete expects only 2 parameters, the body is part the options.
|
@marinus-suniram thanks for reporting. Do you want to fix that? |
Also there is an open PR reverting body support in DELETE, fixing the compilation issue: #10976 |
if you want it back working put inside openapitools.json |
Handle Angular 13 version
Fixes #10831
PR checklist
This is important, as CI jobs will verify all generator outputs of your HEAD commit as it would merge with master.
These must match the expectations made by your contribution.
You may regenerate an individual generator by passing the relevant config(s) as an argument to the script, for example
./bin/generate-samples.sh bin/configs/java*
.For Windows users, please run the script in Git BASH.
master
(5.3.0),6.0.x