Using Google Adsense ads on Angular 2 application
问题 Is there any way to use Google Adsense ads on an Angular 2 app? I have seen this Google AdSense ads in Angular 2 components? but the answer isn't actually working for me. I see a blank space instead of my ad. What I'm trying to place is responsive ad. I did exactly as the answer in the above question said, with this template code: <div class="text-center"> <ins class="adsbygoogle" style="display:inline-block;height:150px" data-ad-client="my ca-pub" data-ad-slot="my ad slot"></ins> </div> Any