Importing Instant Search into Angular 2 CLI
See original GitHub issueDo you want to request a feature or report a bug? BUG
Issue Analytics
- State:
- Created 6 years ago
- Comments:19 (10 by maintainers)
Top Results From Across the Web
Instant Search for Angular 2 CLI based project - Open Q&A
I believe is the right way to import instantsearch in your code. It seems you cannot yet use the import syntax with instantsearch.js....
Read more >Integrating Algolia InstantSearch with Angular - DigitalOcean
First, add the angular-instantsearch package to your Angular project: ; Next, in your app module or a feature module, import the NgAisModule and ......
Read more >2 - Stack Overflow
1 Answer 1 ; exports = { // The packages that are configured by this project config. packages ; "angular-instantsearch": { // A...
Read more >Frequently-used modules - Angular
When you use these Angular modules, import them in AppModule , or your feature module as appropriate, and list them in the @NgModule...
Read more >Algolia Instantsearch.js infused with Angular 4 | by Zev | Medium
Firstly we have to install Angular CLI for our project ... environments/environment';import * as instantsearch from 'instantsearch.js' ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Here’s a working example in Angular 4.3.
https://gist.github.com/codediodeio/8b8b22844f8fd8a34ff6d6a6e8582468
@darthsitthiander I’ve looked to your repo, you did not take the same approach as the other components you implemented. You need to follow this kind of pattern without references to jQuery in your DOM operations.
And here is a correct pagination component for AngularJS:
Anyway, like @Haroenv said we are planning a real angular-instantsearch library to simplify the usage 👍