angular-cn/aio/content/examples/http/src/app/downloader/downloader.component.html

5 lines
169 B
HTML
Raw Normal View History

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