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: projects/ngrx.io/content/guide/data/extension-points.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Or you can keep the entity type in the NgRx Data system and take over the behavi
24
24
25
25
* Create supplemental actions for that type. Give them custom `op` names that suit your purpose.
26
26
27
-
* Register an alternative `EntityCollectionReducer` for that type with the `EntityReducerFactory`. Your custom reducer can respond to your custom actions and implement the standard operations in its own way.
27
+
* Register an alternative `EntityCollectionReducer` for that type with the `EntityCollectionReducerFactory`. Your custom reducer can respond to your custom actions and implement the standard operations in its own way.
28
28
29
29
* Create your own service facade, an alternative to `EntityCollectionService`, that dispatches the actions you care about
0 commit comments