Effects for handling best seller actions and best seller service requests.
@param action$ - Redux action object @param driver - A product service driver
Name | Type | Description |
---|---|---|
loadBestSellers$ | Observable<any> | Handles BestSellersLoadAction by making a service call for best selling products and returning a success or failure action to the action stream. |