GitHub

DaffSearchProductFacadeInterface

Exposes the search state selectors.

import { DaffSearchProductFacadeInterface } from '@daffodil/search-product/state'
interface DaffSearchProductFacadeInterface {
  productResults$: Observable<DaffProduct[]>
}

Properties

Name Type Description
productResults$ Observable<DaffProduct[]>

The products returned in the most recent search.