Skip to content

Commit ff1c72d

Browse files
committed
typescript-angular: re-generate docs
1 parent 5d9045b commit ff1c72d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/generators/typescript-angular.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ sidebar_label: typescript-angular
1515
|modelFileSuffix|The suffix of the file of the generated model (model<suffix>.ts).| |null|
1616
|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|
1717
|modelSuffix|The suffix of the generated model.| |null|
18-
|ngVersion|The version of Angular.| |9.0.0|
18+
|ngVersion|The version of Angular. (At least 6.0.0)| |9.0.0|
1919
|npmName|The name under which you want to publish generated npm package. Required to generate a full package| |null|
2020
|npmRepository|Use this property to set an url your private npmRepo in the package.json| |null|
2121
|npmVersion|The version of your npm package. If not provided, using the version from the OpenAPI specification file.| |1.0.0|

0 commit comments

Comments
 (0)