Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 799 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 799 Bytes

@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

Subpackages