DaffProductGridEffects
Effects for handling product grid actions and for triggering corresponding service requests.
import { DaffProductGridEffects } from '@daffodil/product/state'
@Injectable()
class DaffProductGridEffects<<T extends DaffProduct>> {
loadAll$: Observable<any>
}
Properties
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. |