This project is a collection of Angular Material components and various utilities classes for Angular projects.
yarn add @ecodev/naturalThe most useful commands for development are:
yarn devto start a development serveryarn build-docsto build the docs locally (it will be published automatically by Travis)git -am 1.2.3 1.2.3 && git pushto publish the lib to npm (via Travis deploy mechanism)
This is an Angular component to search for things via configurable facets. Facets may be configured to use one of the built-in component, or a custom component to input values.
See the component in action on the demo page.
While the implementation is entirely different, VisualSearch.js was an important inspiration.