Update documentations

This commit is contained in:
Ahmed Yarub Hani Al Nuaimi
2021-09-07 04:34:35 -03:00
parent 15cccbfaa3
commit 0e25659de2
34 changed files with 351 additions and 539 deletions

View File

@@ -135,9 +135,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
<li>static</li>
<li>static_assert</li>
<li>static_cast</li>
<li>stdin</li>
<li>stderr</li>
<li>stdout</li>
<li>struct</li>
<li>switch</li>
<li>synchronized</li>

View File

@@ -83,7 +83,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
<li>case</li>
<li>catch</li>
<li>class</li>
<li>clone</li>
<li>def</li>
<li>do</li>
<li>else</li>

View File

@@ -81,7 +81,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
<li>case</li>
<li>catch</li>
<li>class</li>
<li>clone</li>
<li>def</li>
<li>do</li>
<li>else</li>

View File

@@ -76,7 +76,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
<li>case</li>
<li>catch</li>
<li>class</li>
<li>clone</li>
<li>def</li>
<li>do</li>
<li>else</li>

View File

@@ -19,7 +19,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
|modelFileSuffix|The suffix of the file of the generated model (model&lt;suffix&gt;.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 6.0.0)| |12.0.0|
|ngVersion|The version of Angular. (At least 6.0.0)| |11.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|