diff --git a/docs/generators/typescript-angular.html b/docs/generators/typescript-angular.html index 794ec8b8f0a..1d8d09fd800 100644 --- a/docs/generators/typescript-angular.html +++ b/docs/generators/typescript-angular.html @@ -28,6 +28,7 @@ snapshotWhen setting this property to true, the version will be suffixed with -SNAPSHOT.yyyyMMddHHmmfalse npmRepositoryUse this property to set an url your private npmRepo in the package.jsonnull withInterfacesSetting this property to true will generate interfaces next to the default class implementations.false +useSingleRequestParameterSetting this property to true will generate functions with a single argument containing all API endpoint parameters instead of one argument per parameter.false taggedUnionsUse discriminators to create tagged unions instead of extending interfaces.false providedInRootUse this property to provide Injectables in root (it is only valid in angular version greater or equal to 6.0.0).false ngVersionThe version of Angular.8.0.0 @@ -40,4 +41,4 @@ stringEnumsGenerate string enums instead of objects for enum values.false -
Last updated on 2019-11-4
\ No newline at end of file +
Last updated on 2019-11-14
\ No newline at end of file diff --git a/docs/generators/typescript-angular/index.html b/docs/generators/typescript-angular/index.html index 794ec8b8f0a..1d8d09fd800 100644 --- a/docs/generators/typescript-angular/index.html +++ b/docs/generators/typescript-angular/index.html @@ -28,6 +28,7 @@ snapshotWhen setting this property to true, the version will be suffixed with -SNAPSHOT.yyyyMMddHHmmfalse npmRepositoryUse this property to set an url your private npmRepo in the package.jsonnull withInterfacesSetting this property to true will generate interfaces next to the default class implementations.false +useSingleRequestParameterSetting this property to true will generate functions with a single argument containing all API endpoint parameters instead of one argument per parameter.false taggedUnionsUse discriminators to create tagged unions instead of extending interfaces.false providedInRootUse this property to provide Injectables in root (it is only valid in angular version greater or equal to 6.0.0).false ngVersionThe version of Angular.8.0.0 @@ -40,4 +41,4 @@ stringEnumsGenerate string enums instead of objects for enum values.false -
Last updated on 2019-11-4
\ No newline at end of file +
Last updated on 2019-11-14
\ No newline at end of file