Muazzam Ali

Results 3 comments of Muazzam Ali

Hi, As shown in the example [here](https://www.algolia.com/doc/guides/building-search-ui/going-further/server-side-rendering/angular/#enable-server-side-rendering), the `searchClient` field is assigned `createSSRSearchClient` which itself has other fields like AppId, APIkey. But in your example of the [README](https://github.com/typesense/typesense-instantsearch-adapter#with-angular-instantsearch) the searchClient...

My final code looks like the following. ``` public createSSRSearchClient({ httpClient, HttpHeaders, transferState, makeStateKey, additionalSearchParameters, }: SSRSearchClientOptions) { const encode = encodeProxy.default || encodeProxy; const searchClient = new TypesenseInstantSearchAdapter({ server:...

I did manage to run it with Angular 15. Didn't do much, just changed the versions in my package.json to make it work