create action, reducer, effect and selector for fetching bars
need to handle error in FetchBars effect
parent
c2412c0d
No related branches found
No related tags found
Showing
- src/app/components/bars/bars.component.html 4 additions, 1 deletionsrc/app/components/bars/bars.component.html
- src/app/components/bars/bars.component.ts 17 additions, 3 deletionssrc/app/components/bars/bars.component.ts
- src/app/photos/shared/store/photos.reducers.ts 1 addition, 1 deletionsrc/app/photos/shared/store/photos.reducers.ts
- src/app/photos/shared/store/photos.selectors.ts 2 additions, 0 deletionssrc/app/photos/shared/store/photos.selectors.ts
- src/app/share/models/bar.model.ts 7 additions, 0 deletionssrc/app/share/models/bar.model.ts
- src/app/share/services/bars.service.ts 9 additions, 1 deletionsrc/app/share/services/bars.service.ts
- src/app/share/store/actions/bars.actions.ts 18 additions, 0 deletionssrc/app/share/store/actions/bars.actions.ts
- src/app/share/store/effects/bars.effects.ts 32 additions, 0 deletionssrc/app/share/store/effects/bars.effects.ts
- src/app/share/store/index.ts 4 additions, 1 deletionsrc/app/share/store/index.ts
- src/app/share/store/reducers/bars.reducers.ts 28 additions, 0 deletionssrc/app/share/store/reducers/bars.reducers.ts
- src/app/share/store/selectors/bars.selectors.ts 8 additions, 0 deletionssrc/app/share/store/selectors/bars.selectors.ts
Loading
Please register or sign in to comment