web-dave / ngrx-workshop

0 stars 1 forks source link

Refactor the Reducer #13

Open web-dave opened 5 years ago

web-dave commented 5 years ago
case LOAD_BOOKS:
      return {
        ...state,
        entities: array2entity(action.books, state)
      };
web-dave commented 5 years ago

NEXT