GitHub

DaffProductPageFacadeInterface

import { DaffProductPageFacadeInterface } from '@daffodil/product/state'

A facade for getting state about a particular product.

interface DaffProductPageFacadeInterface<T extends DaffProduct = DaffProduct> {
  product$: Observable<T>
}

Properties

product$
Observable<T>

The product loaded for the product page.