-
Hello,
We are trying to use ngx-matomo with angular 17 but it seems that there is an issue with "@angular/router": "^17.0.6". We get this error: "NullInjectorError: No provider for ActivatedRoute!". …
-
Hello,
How a child module could initialize matomo?
I've got a module-federation architecture in which I want one of my module to use matomo.
But, as forbidden by guidelines, I can't use forRoot i…
-
### Description
A build error can be found [here](https://github.com/Arnaud73/ngx-matomo/actions/runs/9670526538/job/26679381091) that causes the following import to fail:
```typescript
import { …
-
I am encountering an issue with the @ngx-matomo/tracker library (version 1.3.6) in Angular 11, where the tracking code verification fails with the error message "Tracking code verification failed. P…
-
After updating `@angular/core` to latest version with `ng update @angular/core` command, I'm getting following error:
```
./node_modules/ngx-matomo/node_modules/@angular/router/fesm2022/router.mjs…
-
When the the Heatmap & Session Recording plugin is enabled on the Matomo server, the ngx-matomo initialization method retrieves and attempts to execute a `configs.php` file from the Matomo server cont…
-
Avec paramètre pour activer ou non et pour le code de suivi (GA-XXXXXXX).
Ou alternative type Piwik ?
-
Hi there
I am currently migrating from matomo 0.1.4 to 1.0.1. In my project we get the trackerUrl and the siteId via an HttpRequest. So far i could solve this with the MatomoInjector. How can I inte…
-
First of all thanks a lot for such a useful lib! Works like a charm! 👏
I would like to use the Matomo Tag Manager and I also need to "push" other data into the `_mtm` variable. Perfhaps this is o…
-
Hi,
I have issue with routeTracking functionality in Angular 12, when I enable it to true like in README file all I get is missing Router provider error.
My deps are:
`
"dependencies": {
"…