@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.
Name | Type | Description |
---|---|---|
customer$ | Observable<T> | Whether there is a pending customer operation. |
loadingState$ | Observable<DaffCustomerReducerState <T>['daffState']> |
|
loading$ | Observable<boolean> | |
resolving$ | Observable<boolean> | |
mutating$ | Observable<boolean> | |
errors$ | Observable<DaffCustomerReducerState <T>['daffErrors']> |
|
hasErrors$ | Observable<boolean> | |
dispatch |