Files
YoutubeDL-Material/src/app/components/logs-viewer/logs-viewer.component.html
2020-06-22 23:15:21 -04:00

3 lines
189 B
HTML

<div style="height: 100%">
<textarea style="height: 100%" matInput readonly [(ngModel)]="logs" placeholder="Logs will appear here" i18n-placeholder="Logs placeholder"></textarea>
</div>