Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 438 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 438 Bytes

@daffodil/customer-order

@daffodil/customer-order contains the main features required to support customer management in an Angular app. It supports loading a customer and any saved addresses.

Installation

To install @daffodil/customer-order, use the following commands in your terminal.

Install with npm:

npm install @daffodil/customer-order --save

Install with yarn:

yarn add @daffodil/customer-order