Skip to content

Commit

Permalink
run build scripts again because of angular 17 HTTP_TRANSFER_CACHE_IN_…
Browse files Browse the repository at this point in the history
…OPTIONS
  • Loading branch information
focTZi committed Jun 14, 2024
1 parent 19ace3a commit acb3324
Show file tree
Hide file tree
Showing 4 changed files with 201 additions and 81 deletions.
2 changes: 1 addition & 1 deletion docs/generators/typescript-angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
|modelFileSuffix|The suffix of the file of the generated model (model<suffix>.ts).| |null|
|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|
|modelSuffix|The suffix of the generated model.| |null|
|ngVersion|The version of Angular. (At least 9.0.0)| |18.0.2|
|ngVersion|The version of Angular. (At least 9.0.0)| |18.0.0|
|npmName|The name under which you want to publish generated npm package. Required to generate a full package| |null|
|npmRepository|Use this property to set an url your private npmRepo in the package.json| |null|
|npmVersion|The version of your npm package. If not provided, using the version from the OpenAPI specification file.| |1.0.0|
Expand Down
Loading

0 comments on commit acb3324

Please sign in to comment.