Ideki

Results 3 comments of Ideki

Do you have a lot of text content on the other pages? I had the same issue. It looks like only horizontal ads are shown with default sizes. If you...

@mightymatth I had trouble with SSR too. What I ended up doing was the following: 1. Prerendered my site 2. Copied the content of my prerended home page inside the...

You could also use a shared module ``` import { NgModule } from '@angular/core'; import { AdsenseModule } from 'ng2-adsense'; @NgModule({ declarations: [ ], imports: [ AdsenseModule.forRoot({ adClient: 'yourNumberHere' })...