GitHub

DaffProductEffects

Effects for handling product actions and for triggering corresponding service requests.

import { DaffProductEffects } from '@daffodil/product/state'
@Injectable()
class DaffProductEffects<<T extends DaffProduct>>  {
  load$: Observable<any>
}

Properties

Name Type Description
load$ Observable<any>

Handles ProductLoadAction by making a service call for a product and returning a success or failure action to the action stream.