GitHub

DaffCustomerPageFacadeInterface

Exposes the customer state selectors.

import { DaffCustomerPageFacadeInterface } from '@daffodil/customer/state'
interface DaffCustomerPageFacadeInterface<T extends DaffCustomer = DaffCustomer> {
  customer$: Observable<T>
}

Properties

Name Type Description
customer$ Observable<T>

Whether there is a pending customer operation.