MockDaffCustomerPageFacade
Mocks out facade fields and methods for testing purposes.
Properties
| Name | Type | Description |
|---|---|---|
| customer$ | BehaviorSubject<DaffCustomer> |
Whether there is a pending customer operation. |
| loading$ | BehaviorSubject<boolean> | |
| errors$ | BehaviorSubject<DaffStateError[]> |
|
| dispatch |