2 <ngx-file-drop dropZoneLabel="Drop files here" (onFileDrop)="dropped($event)"
3 (onFileOver)="fileOver($event)" (onFileLeave)="fileLeave($event)">
4 gi<ng-template ngx-file-drop-content-tmp let-openFileSelector="openFileSelector">
5 Optional custom content that replaces the the entire default content.
6 <button type="button" (click)="openFileSelector()">Browse Files</button>
9 <div class="upload-table">
16 <tbody class="upload-name-style">
17 <tr *ngFor="let item of files; let i=index">
18 <td><strong>{{ item.relativePath }}</strong></td>