DaffCustomerInMemoryDriver
The customer inmemory driver to mock the customer backend service.
Properties
| Name | Type | Description |
|---|---|---|
| changeEmail | Observable<DaffCustomer> |
Change the currently logged-in customer's email. |
| changePassword | Observable<void> | Change the currently logged-in customer's password. |
| get | Observable<DaffCustomer> |
Get the currently logged-in customer. |
| update | Observable<DaffCustomer> |
Update the currently logged-in customer. |