Change ads directory name & add iframe-tracker directive
This commit is contained in:
parent
bec9ff6c0d
commit
45f9057490
9 changed files with 80 additions and 14 deletions
|
|
@ -1,7 +1,6 @@
|
|||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
||||
|
||||
<div class="conteneur">
|
||||
<iframe [src]=safeUrl allowfullscreen></iframe>
|
||||
<iframe appIframeTracker [src]=safeUrl allowfullscreen (iframeClick)="onIframeClick(this.video.url)"></iframe><br/>
|
||||
<span>{{video.title}}</span>
|
||||
<button mat-icon-button (click)="onAdd()">
|
||||
<mat-icon > add_circle </mat-icon>
|
||||
|
|
|
|||
Reference in a new issue