GitHub

DaffProductPageFacadeInterface

A facade for getting state about a particular product.

import { DaffProductPageFacadeInterface } from '@daffodil/product/state'
interface DaffProductPageFacadeInterface<T extends DaffProduct = DaffProduct> {
  product$: Observable<T>
}

Properties

Name Type Description
product$ Observable<T>

The product loaded for the product page.