Closed VPecquerie closed 5 years ago
Thanks for the PR!
I'm still evaluating what would be best for SSR. I'll keep you posted.
Hi,
Sorry for the delay, I was not very active on the project these last months.
I'm almost OK to merge your PR, but a few things shall be changed:
If you do not have any time to make this modifications, I can do it myself. I just wanted to keep your commit in the project since you did all the required development on the subject.
Thanks :)
Hi,
I will check it asap. Thanks for your feedback.
Vincent.
Hi Vincent,
Sorry, I did not see you rebased your branch sooner! ;) It's now merged.
Thanks a lot!
@Arnaud73 Hi, do you know when this version will be published? The current release in npm registry was published 4 month ago. Thank you in advance.
Hi @NiklasA, in fact SSR support will be delivered with release 1.0 that also includes an important rewrite of how the module is loaded. I'm planning to finish the work soon, however, family business keeps me away from the code more that I wish. If you are interested in beta-testing the future release (that already includes SSR support), let me know.
Hello,
I had an issue when using ngx-matomo with SSR and Universal support. My solution is to wrap the MatomoInjector with a "isPlatformBrowser()" in order to prevent dom manipulation on server side.
I can't build it because there is no instruction on how to get a dist version working but i import all files in a separed projet and it's working.
Please give me any feedback. Thanks.