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
* Add support for Angular 16
* Fix dependencies specifications
* Fix minimum angular supported version in readme
* Update integration tests
Even if they are currently not run.
* Update sample due to rebase
These options may be applied as additional-properties (cli) or configOptions (plugins). Refer to [configuration docs](https://openapi-generator.tech/docs/configuration) for more details.
@@ -31,7 +31,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
31
31
|modelFileSuffix|The suffix of the file of the generated model (model<suffix>.ts).||null|
32
32
|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|
33
33
|modelSuffix|The suffix of the generated model.||null|
34
-
|ngVersion|The version of Angular. (At least 9.0.0)||15.0.3|
34
+
|ngVersion|The version of Angular. (At least 9.0.0)||16.1.2|
35
35
|npmName|The name under which you want to publish generated npm package. Required to generate a full package||null|
36
36
|npmRepository|Use this property to set an url your private npmRepo in the package.json||null|
37
37
|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
Copy file name to clipboardExpand all lines: modules/openapi-generator/src/test/resources/integrationtests/typescript/additional-properties-expected/api.module.ts
Copy file name to clipboardExpand all lines: modules/openapi-generator/src/test/resources/integrationtests/typescript/additional-properties-expected/package.json
Copy file name to clipboardExpand all lines: modules/openapi-generator/src/test/resources/integrationtests/typescript/array-and-object-expected/api.module.ts
Copy file name to clipboardExpand all lines: modules/openapi-generator/src/test/resources/integrationtests/typescript/array-and-object-expected/package.json
Copy file name to clipboardExpand all lines: modules/openapi-generator/src/test/resources/integrationtests/typescript/custom-path-params-expected/api.module.ts
Copy file name to clipboardExpand all lines: modules/openapi-generator/src/test/resources/integrationtests/typescript/custom-path-params-expected/package.json
0 commit comments