@daffodil/search
v0.92.3
Published
Platform-agnostic models, state management, and drivers for ecommerce search with extension points for category and product search. Part of the Daffodil ecommerce framework.
Readme
@daffodil/search
@daffodil/search contains the main features required to build search in an Angular app. @daffodil/search doesn't inherently support searching for any particular entities but instead provides base models and extension points that are utilized by other packages.
Installation
To install @daffodil/search, use the following commands in your terminal.
Install with npm:
npm install @daffodil/search --saveInstall with yarn:
yarn add @daffodil/search