import { DaffRelatedProductsFacade } from '@daffodil/related-products/state'
@Injectable()
class DaffRelatedProductsFacade<<T extends DaffProduct = DaffProduct>> implements DaffRelatedProductsFacadeInterface<T> {
relatedProducts$: Observable<T[]>
dispatch(action: Action<string>): void
}
Observable| Default | – |
|---|---|
| Description | A list of related products of the current product. |
void| Parameter | action: Action |
|---|---|
| Description |