@daffodil/search
v0.91.0
Published
A client-side Angular package for managing ecommerce orders agnostic to the ecommerce platform.
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