Google adsense not display in angular 4 website

I'm working on a new website and use angular 4. I created a very simple component to display the google adsense. Just a container div which inside I only copied-paste the standard script from my adsense. But, it's doesn't show

Is anybody encountered this issue?

I'm not paste a code because there isn't too much to show. the html template looks something like:

<div>
    script
</div>

and then I just use the component's tag. But, the banner will not display. Any idea?

Thanks.

链接地址: http://www.djcxy.com/p/73466.html

上一篇: 将一个Tokenizer与NLTK组合成一个语法和解析器

下一篇: Google adsense不会在角色4网站上显示