5 lines
168 B
HTML
5 lines
168 B
HTML
|
<h3>Download the textfile</h3>
|
||
|
<button (click)="download()">Download</button>
|
||
|
<button (click)="clear()">clear</button>
|
||
|
<p *ngIf="contents">Contents: "{{contents}}"</p>
|