GitHub

DaffCustomerPageFacadeInterface

import { DaffCustomerPageFacadeInterface } from '@daffodil/customer/state'

Exposes the customer state selectors.

interface DaffCustomerPageFacadeInterface<T extends DaffCustomer = DaffCustomer> {
  customer$: Observable<T>
}

Properties

customer$
Observable<T>

Whether there is a pending customer operation.