Files
dspace-angular/src/app/shared/file-download-link/file-download-link.component.html

8 lines
221 B
HTML

<a [href]="bitstreamPath" [target]="isBlank ? '_blank': '_self'" [ngClass]="cssClasses">
<ng-container *ngTemplateOutlet="content"></ng-container>
</a>
<ng-template #content>
<ng-content></ng-content>
</ng-template>