DaffCustomerAddressPageFacade

@inheritdoc

Serves as the base for a customer facade. Extend this class and pass in the selectors for the specific state you wish to target.

Properties

Name Type Description
addresses$ Observable<T[]> A list of all customer address entities.
loadingState$ Observable<DaffCustomerAddressReducerState['daffState']>
loading$ Observable<boolean>
resolving$ Observable<boolean>
mutating$ Observable<boolean>
errors$ Observable<DaffCustomerAddressReducerState['daffErrors']>
hasErrors$ Observable<boolean>
getAddress Observable<T>
dispatch
Graycore, LLC © 2018 - 2024. Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.