@daffodil/search
v0.78.0
Published
A client-side Angular package for managing ecommerce orders agnostic to the ecommerce platform.
Downloads
125
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 --save
Install with yarn:
yarn add @daffodil/search