diff --git a/docs/generators/typescript-angular.html b/docs/generators/typescript-angular.html
index 626fd09a2d7..f7574182a0c 100644
--- a/docs/generators/typescript-angular.html
+++ b/docs/generators/typescript-angular.html
@@ -35,6 +35,7 @@ sidebar_label: typescript-angular
modelSuffix | The suffix of the generated model. | | null |
modelFileSuffix | The suffix of the file of the generated model (model<suffix>.ts). | | null |
fileNaming | Naming convention for the output files: 'camelCase', 'kebab-case'. | | camelCase |
+stringEnums | Generate string enums instead of objects for enum values. | | false |
-Last updated on 2019-7-22