11 lines
442 B
HTML
11 lines
442 B
HTML
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
|
|
|
<div [class]="themeService.getClassTheme()">
|
|
<div class="conteneur">
|
|
<iframe appIframeTracker [src]=safeUrl allowfullscreen (iframeClick)="onIframeClick()"></iframe><br/>
|
|
<span>{{video.title}}</span>
|
|
<button mat-icon-button (click)="onAdd()">
|
|
<mat-icon > add_circle </mat-icon>
|
|
</button>
|
|
</div>
|
|
</div>
|