Tomas Rimkus

Results 204 comments of Tomas Rimkus

This will just work without any issues like in your test. BTW, I have forked the library and published a new version of the library for Angular 16: [Release announcement](https://github.com/hakimio/ngx-google-analytics/releases/tag/15.0.0)...

@TehShrike any plans to merge the PR?

Even after waiting for iframe to load, part of the content is still cut-off. No idea why.

@eKoopmans yes, I've tried foreign object option in html2canvas but it was resulting in blank image. Never got it to work. IE11 has 5% worldwide desktop browser market share (or...

@sauravgaursmith this is incomplete proof-of-concept. If you would like to use `dom-to-image` instead of `html2canvas`, feel free to create a new PR with complete implementation. I am not planning to...

You can change the script url in the module settings.

Anyway, it should just work if you replace `G-XXXX` tag with `AW-XXXXX`.

@pburgmer since it doesn't seem to be likely that they will implement this any time soon, I would recommend to try out [ng-polymorpheus](https://github.com/Tinkoff/ng-polymorpheus) which not only allows you [to type...

If you use `strict` template checking, you can use the following simple trick to type your `ng-template` parameters. 1. Create `typed-template.directive.ts`: ```ts import {Directive, Input} from '@angular/core'; @Directive({ // eslint-disable-next-line...