A facade for accessing best sellers state from an application component.
Name | Type | Description |
---|---|---|
loading$ | Observable<boolean> | The loading state for getting best selling products. |
bestSellers$ | Observable<DaffProduct []> |
Best selling products. |
dispatch | Dispatches an action to the rxjs action stream. |