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/generated/packages/angular/generators/ngrx.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -32,12 +32,12 @@
32
32
},
33
33
"parent": {
34
34
"type": "string",
35
-
"description": "The path to the `NgModule` or the `Routes` definition file (for Standalone API usage) where the feature state will be registered. The host directory will create/use the new state directory.",
35
+
"description": "The path to the `NgModule` or the `Routes` definition file (for Standalone API usage) where the feature state will be registered. _Note: The Standalone API usage is only supported in Angular versions >= 14.1.0_.",
36
36
"x-prompt": "What is the path to the module or Routes definition where this NgRx state should be registered?"
37
37
},
38
38
"route": {
39
39
"type": "string",
40
-
"description": "The route that the Standalone NgRx Providers should be added to.",
40
+
"description": "The route that the Standalone NgRx Providers should be added to. _Note: This is only supported in Angular versions >= 14.1.0_.",
0 commit comments