-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility with angular 17 #107
Comments
Any update on this? Also this most likely relates to #108 |
Angular Anyone know if there is fix for this? |
Angular |
I am also interested in a fix. |
Me too |
Intending to remove ngx-matomo because it's not compatible yet with Angular 17 See Arnaud73/ngx-matomo#107 and notes on ticket.
Angular 18 is out, is there any change that @Arnaud73 could take a closer look of those open PR's which fixed this? Or is the only option to start to use another library for this? |
I am currently rewriting this library from scratch to make it fully compatible with Angular 18, with many aditional features I'm currently needing for integrating it into a very large app. Expect version 3.0 to be published in the coming days. The most curious of you can have a look at https://github.com/Arnaud73/ngx-matomo/tree/feature/angular-18_support for having a look at the breaking changes (library will be module-less, configuration options will be richer). |
Great news! |
@Arnaud73 I appreciate you working on getting ng18 fully supported, but apps using ng17 still need the fix in order to use this library. Any chance feature/angular-17-upgrade will be approved? Would rather use this library than have to fork/maintain a parallel branch just to be compatible with ng17. Thanks. |
@Arnaud73 any update on this? |
@Arnaud73 any update on this? This has been open almost one year now, so for me it looks like this repository is abandoned, please confirm that so we have clear message that this won't be happening at all, and we will need to start to look other options for this. |
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!". It seems similar to this issue: #58.
Do you plan to release a version for angular 17 anytime soon? Or is there a workaround?
Thank you very much!
The text was updated successfully, but these errors were encountered: