@daffodil/category
manages the graphQL calls, state, selectors, and models for single category calls.
@daffodil/category
currently supports both a Magento driver and an in-memory driver for local development.
To install @daffodil/category
, use the following commands in the terminal.
Install with npm:
npm install @daffodil/category --save
Install with yarn:
yarn add @daffodil/category
Import the DaffCategoryInMemoryDriverModule.forRoot()
into your root component.
Import the DaffCategoryMagentoDriverModule.forRoot()
into your root component.