next-ucap-messenger/projects/ucap-webmessenger-app/src/app/store/account/info/reducers.ts

5 lines
142 B
TypeScript
Raw Normal View History

2019-10-11 05:01:43 +00:00
import { createReducer, on } from '@ngrx/store';
import { initialState } from './state';
export const reducer = createReducer(initialState);