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: docs/schematics/store.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,13 @@ Provide the folder where the state files will be created.
35
35
36
36
-`--statePath`
37
37
- Type: `string`
38
-
- Default: `reducers`
38
+
- Default: `reducers`
39
+
40
+
Provide the name of the interface exported for your state. When defining with the `--root` option, the name of the store will be used to define the interface name.
0 commit comments