Project

General

Profile

1 60616 akoulalis
<div id="content">
2
  <div class="p-col" id="tableContainer">
3
4
    <div class="p-grid p-justify-center">
5
6
      You can download the below document by pressing the button<br>
7
8
    </div>
9
    <br>
10
    <div class="p-grid p-justify-center">
11
      <a class="p-as-end p-button p-button-secondary p-button-rounded p-button-outlined" target="_self" (click)="downloadFile()" ><i class="pi pi-download"></i></a>
12
    </div>
13
    <!-- <br>
14
    <div *ngIf="viewer" class="p-grid p-justify-center">
15
      <ngx-doc-viewer [viewer]="viewer" [url]="url" style="width:100%;height:50vh;"></ngx-doc-viewer>
16
    </div> -->
17
  </div>
18
19
20
</div>