export const reducer = createReducer(
    initialFavoriteState,
    on(LoadFavorite, state => ({
        ...state,
        ...loadingBaseState,