2021-04-26 09:11:07 -07:00

5 lines
169 B
HTML

<h2>Download the text file</h2>
<button (click)="download()">Download</button>
<button (click)="clear()">clear</button>
<p *ngIf="contents">Contents: "{{contents}}"</p>