mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-05-30 00:49:36 +00:00
10 lines
335 B
HTML
10 lines
335 B
HTML
<h4 mat-dialog-title>{{sub.name}}</h4>
|
|
|
|
<mat-dialog-content>
|
|
<strong>Type:</strong> {{(sub.isPlaylist ? 'Playlist' : 'Channel')}}
|
|
</mat-dialog-content>
|
|
|
|
<mat-dialog-actions>
|
|
<button mat-button mat-dialog-close>Close</button>
|
|
<button mat-button (click)="unsubscribe()" color="warn">Unsubscribe</button>
|
|
</mat-dialog-actions> |