@tft/mat-instantsearch
TypeScript icon, indicating that this package has built-in type declarations

17.0.0 • Public • Published

mat-instantsearch

We just upgraded to latest angular-instantsearch. This is our least used library and the least tested. Please let us know if you find any breaking changes and we'll fix ASAP.

Running unit tests

Run nx test mat-instantsearch to execute the unit tests.

Better docs are coming! We had to remove the examples from our stackblitz playground because of a build error that occurs when depending on lodash-es or angular-instantsearch. Hopefully they can get it fixed soon.

Setup

ng add @angular/material

npm i --save angular-instantsearch @tft/mat-instantsearch lodash-es

in polyfills.ts add

// Algolia Search Library
(window as any).process = {
  env: { DEBUG: undefined },
};
import { NgAisModule } from 'angular-instantsearch';
import { MatInstantsearchModule } from '@tft/mat-instantsearch';

  imports: [
    MatInstantsearchModule,
    NgAisModule.forRoot(),
  ]

Readme

Keywords

none

Package Sidebar

Install

npm i @tft/mat-instantsearch

Weekly Downloads

2

Version

17.0.0

License

none

Unpacked Size

248 kB

Total Files

24

Last publish

Collaborators

  • nayfin