Created
November 17, 2021 13:54
-
-
Save brandonroberts/b3696117926508c758dbe9fd8621d3b3 to your computer and use it in GitHub Desktop.
Ivy Reducer - NgRx 13
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const myReducer = createReducer(...); | |
export function reducer(state, action) { | |
return myReducer(state, action); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment