Skip to content

Instantly share code, notes, and snippets.

@brandonroberts
Created November 17, 2021 13:54
Show Gist options
  • Save brandonroberts/b3696117926508c758dbe9fd8621d3b3 to your computer and use it in GitHub Desktop.
Save brandonroberts/b3696117926508c758dbe9fd8621d3b3 to your computer and use it in GitHub Desktop.
Ivy Reducer - NgRx 13
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