@daffodil/product-composite
simplifies the management of composite products and is intended for use in conjunction with @daffodil/product
.
To install @daffodil/product-composite
, use the following commands in the terminal.
Install with npm:
npm install @daffodil/product-composite --save
Install with yarn:
yarn add @daffodil/product-composite
Import the DaffCompositeProductStateModule
. This module will add the DAFF_COMPOSITE_PRODUCT_STORE_FEATURE_KEY
to the app root redux state along with composite product state.