import { DaffCustomerPageFacadeInterface } from '@daffodil/customer/state'
Exposes the customer state selectors.
interface DaffCustomerPageFacadeInterface<T extends DaffCustomer = DaffCustomer> {
customer$: Observable<T>
}
customer$ Observable<T> |
---|
Whether there is a pending customer operation. |