libs/customer/README.md
# @daffodil/customer
`@daffodil/customer` contains the main features required to support customer management in an Angular app. It supports loading a customer and saved addresses.
## Installation
To install `@daffodil/customer`, use the following commands in your terminal.
Install with npm:
```bash
npm install @daffodil/customer --save
```
Install with yarn:
```bash
yarn add @daffodil/customer
```