Effects for handling product grid actions and for triggering corresponding service requests.
@param action$ - Redux action object @param driver - A product service driver
Name | Type | Description |
---|---|---|
loadAll$ | Observable<any> | Handles ProductGridLoadAction by making a service call for products and returning a success or failure action to the action stream. |