Skip to content
Snippets Groups Projects
Commit fca61830 authored by William Welling's avatar William Welling
Browse files

removed async pipe against local variable

parent cb72e4db
No related branches found
No related tags found
No related merge requests found
<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}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment