algolia / angular-instantsearch

⚡️Lightning-fast search for Angular apps, by Algolia
https://algolia.com/doc/deprecated/instantsearch/angular/v4/api-reference/instantsearch/
MIT License
261 stars 73 forks source link

Expose the InstantSearchConfig interface #995

Closed NateMay closed 1 year ago

NateMay commented 1 year ago

While you're in there upgrading for ivy compatibility, please expose the InstantSearchConfig interface.

Currently, I have to import it deeply like below:

import { InstantSearchConfig } from 'angular-instantsearch/instantsearch/instantsearch';

NateMay commented 1 year ago

I've migrated away from this library