17.0.0 • Published 2 months ago

@tft/mat-instantsearch v17.0.0

Weekly downloads
-
License
-
Repository
-
Last release
2 months ago

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(),
  ]
17.0.0

2 months ago

14.0.0

2 years ago

13.0.0

2 years ago

12.0.0

3 years ago

11.0.1

3 years ago

11.0.0

3 years ago

10.0.0

4 years ago

9.0.1

4 years ago

7.0.0

4 years ago

9.0.0

4 years ago

6.1.0

4 years ago

6.0.0

4 years ago

5.1.0

4 years ago

4.0.0

4 years ago

5.0.0

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago