Newer
Older
import { ActionReducerMap } from "@ngrx/store";
import { authReducer, AuthState } from "./reducers/auth.reducers";
import { barReducer, BarState } from "./reducers/bar.reducers";
auth: authReducer,
import { ActionReducerMap } from "@ngrx/store";
import { authReducer, AuthState } from "./reducers/auth.reducers";
import { barReducer, BarState } from "./reducers/bar.reducers";
auth: authReducer,