commencement de la 'page search'
This commit is contained in:
parent
5f4ecfc7b3
commit
58d80d1a6b
47 changed files with 889 additions and 84 deletions
9
src/app/user/search/video-cell/video-cell.component.html
Normal file
9
src/app/user/search/video-cell/video-cell.component.html
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
||||
|
||||
<div class="conteneur">
|
||||
<iframe [src]=safeUrl allowfullscreen></iframe>
|
||||
<span>{{video.title}}</span>
|
||||
<button mat-icon-button (click)="onAdd()">
|
||||
<mat-icon > add_circle </mat-icon>
|
||||
</button>
|
||||
</div>
|
||||
Reference in a new issue