mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
8 lines
221 B
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>
|