add query param object format options (#5790)

fixes: #5781

Signed-off-by: Douglas McConnachie <dougal83+git@gmail.com>
This commit is contained in:
Douglas McConnachie
2020-06-18 17:12:45 +01:00
committed by GitHub
parent 5811b05cdb
commit 4e352cb282
5 changed files with 55 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ sidebar_label: typescript-angular
|nullSafeAdditionalProps|Set to make additional properties types declare that their indexer may return undefined| |false|
|prependFormOrBodyParameters|Add form or body parameters to the beginning of the parameter list.| |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|
|queryParamObjectFormat|The format for query param objects: 'dot', 'json', 'key'.| |dot|
|serviceFileSuffix|The suffix of the file of the generated service (service&lt;suffix&gt;.ts).| |.service|
|serviceSuffix|The suffix of the generated service.| |Service|
|snapshot|When setting this property to true, the version will be suffixed with -SNAPSHOT.yyyyMMddHHmm| |false|