You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* change isBodyAllowed to return true
for delete method
Add method
isMethodPutOrPatchOrPost
* change templates to use isMethodPutOrPatchOrPost
to be compatible with previous versions,
lubrary mainterners should decide
if want to use isBodyAllowed
* since angular 12.1 delete with body is supported
Change angular typescript to support delete with body if
angular version is >= 12.1
update default ngVersion to be latest
12.2.12
* generate samples and docs
* ApiClient was OK
revert my changes
Copy file name to clipboardexpand all lines: docs/generators/typescript-angular.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
19
19
|modelFileSuffix|The suffix of the file of the generated model (model<suffix>.ts).||null|
20
20
|modelPropertyNaming|Naming convention for the property: 'camelCase', 'PascalCase', 'snake_case' and 'original', which keeps the original name. Only change it if you provide your own run-time code for (de-)serialization of models||original|
21
21
|modelSuffix|The suffix of the generated model.||null|
22
-
|ngVersion|The version of Angular. (At least 6.0.0)||12.0.0|
22
+
|ngVersion|The version of Angular. (At least 6.0.0)||12.2.12|
23
23
|npmName|The name under which you want to publish generated npm package. Required to generate a full package||null|
24
24
|npmRepository|Use this property to set an url your private npmRepo in the package.json||null|
25
25
|npmVersion|The version of your npm package. If not provided, using the version from the OpenAPI specification file.||1.0.0|
Copy file name to clipboardexpand all lines: modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/TypeScriptAngularClientCodegen.java
0 commit comments