mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 20:43:08 +00:00
removed async pipe against local variable
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<div class="item-page" *ngIf="item.hasSucceeded | async" @fadeInOut>
|
||||
<div *ngIf="item.payload | async; let itemPayload">
|
||||
<ds-item-page-title-field [item]="itemPayload | async"></ds-item-page-title-field>
|
||||
<ds-item-page-title-field [item]="itemPayload"></ds-item-page-title-field>
|
||||
<div class="simple-view-link">
|
||||
<a class="btn btn-outline-primary col-4" [routerLink]="['/items/' + itemPayload.id]">
|
||||
{{"item.page.link.simple" | translate}}
|
||||
|
Reference in New Issue
Block a user