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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,9 +39,9 @@ A lot of developers is struggling with how to properly use the REST API in their
39
39
40
40
# Compatibility
41
41
42
-
-**Angular 6** (should also work with 5 and 4.3+)
42
+
-**Angular 6+** (it should also work with 5 and 4.3+)
43
43
-**RxJS 6** (Observable imports)
44
-
- in case of rxjs <6 please update or rewrite the rxjs import to match the older version
44
+
- in case of rxjs <6 please update or rewrite the rxjs imports to match the older version
45
45
46
46
See the [Changelog](https://github.com/flowup/api-client-generator/blob/master/CHANGELOG.md) to keep up with the features and changes.
47
47
@@ -80,7 +80,7 @@ This command will generate API client described in the swagger.json file to the.
80
80
|`-v`/`--verbose`| supply stack traces with outputted error messages |
81
81
|`-t`/`--splitPathTags`| generate services and models only for the specified tags. Use `,` as the separator for multiple tags |
82
82
|| use `all` to emit all as a service per tag |
83
-
|`-m`/`--skipModule`| skip creating the index file with module export |
83
+
|`-m`/`--skipModule`| skip creating the index file with module export |
84
84
85
85
<small>\* The author of the commit will be `api-client-generator <[email protected]>`.
86
86
If there are any staged changes in your repository, the generator will halt pre-generation with an error to prevent including your changes in the automatic commit.*</small>
0 commit comments