You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SettingsExplained.md
+38-9Lines changed: 38 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ And WebApiClientGen receives settings through an API call "api/codegen" with a P
6
6
7
7
The schema and the semantic meanings of the JSON data are described in "[CodeGenParameters](https://github.com/zijianhuang/webapiclientgen/blob/master/WebApiClientGenCore.Abstract/CodeGenParameters.cs)". And the followig sections give further explaination.
8
8
9
-

9
+

10
10
11
11
## ApiSelection
12
12
@@ -272,12 +272,6 @@ Nevertheless, for TypeScript client codes, the mapping is always `Array<T>`.
ExceptforlegacyTypeScriptappsthatyoudon't plan to conform to the strict mode, it is recommended to turn this option on. For more details, please check [Required, Optional and Nullable in TypeScript](Required-Optional-Nullable).
*JavaScriptDateobjectisalwaysinternallyUTCDateTime, whileHTMLdatepickerandAngularMaterialDatePickerhandlewellbothJSDateobjectandstring. However, forDateOnlyinfo, thisFormControlgeneratedenforcestring"yyyy-MM-dd".
0 commit comments