angular-google-adsense
angular-google-adsense copied to clipboard
Is AdSense really compatible with single page application
I guess one purpose of this package is to use it on single page applications. However, I find that AdSense scripts has memory leak on such applications, probably because the way they register event listeners for "load" and "message" on window.
See https://support.google.com/adsense/thread/17897265?hl=en
I am wondering what is your experience regarding this issue.