Pierre
Pierre
+1 Same issue on Git Bash with another project :/
Hi, even if I force `X-Forwarded-Proto` header to.`https`, the search is still crashing, with `http://mydomain.com` as Take me back URL. The `X-Forwarded-Host` header seems to work. Do you have any...
Hi, did you found a fix for this issue? I'm experiencing the same thing... This is working well to set the value to anything else, but it doesn't work for...
You do not need to import `IconsModule` into `app.config.ts`. With standalone components, simply import the `IconsModule` into your component, like this: ```ts import { Component } from '@angular/core'; import {...
Please use version 3.22.0: `npm install [email protected]`
Do you have any idea on this issue? still for us
Do you have a "Category" column in your Google Sheet? To debug easier, you can inspect data displayed in console with `console.log('data =', data)`
Hi, please use latest version of the package: `npm install [email protected]`
> Latest version is indeed for angular >= 19 Should have made that more clear. > > @pierreavn, should I add this to the readme (and supported versions). And maybe...