You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
Algolia InstantSearch Angular component does not work with Angular CLI v6
Expected behavior
Algolia InstantSearch Angular component should work with Angular CLI v6
Minimal reproduction of the problem with instructions
> ng version
- Angular CLI: 6.0.0-beta.4
> ng new instantsearch-test
- (Now setup Algolia InstantSearch component as described here: https://community.algolia.com/angular-instantsearch/getting-started.html)
> yarn start
Open Chrome browser and enable devtools. We receive an error "process is not defined" in Console
Apparently, there was a breaking change in Angular CLI - Read this Comment