diff --git a/docs/generators/typescript-angular.html b/docs/generators/typescript-angular.html
index d8df1de7208..89f4202d2c8 100644
--- a/docs/generators/typescript-angular.html
+++ b/docs/generators/typescript-angular.html
@@ -31,6 +31,7 @@
taggedUnions | Use discriminators to create tagged unions instead of extending interfaces. | | false |
providedInRoot | Use this property to provide Injectables in root (it is only valid in angular version greater or equal to 6.0.0). | | false |
ngVersion | The version of Angular. | | 8.0.0 |
+apiModulePrefix | The prefix of the generated ApiModule. | | null |
serviceSuffix | The suffix of the generated service. | | Service |
serviceFileSuffix | The suffix of the file of the generated service (service<suffix>.ts). | | .service |
modelSuffix | The suffix of the generated model. | | null |
@@ -39,4 +40,4 @@
stringEnums | Generate string enums instead of objects for enum values. | | false |
-Last updated on 2019-10-16