import { createReducer, on } from '@ngrx/store'; import { initialState } from './state'; export const reducer = createReducer(initialState);