Project: codever - File: snippet-details.component.html Use the async pipe and store it in variable for later use *ngIf="(snippet$ | async) as snippet". Below the complete snippet example: <div *ngIf="(snippet$ | async) as snippet" class="card"> <div class="card-body show-hide"> <div class="header-wrapper"> <div class="titles"> <h4 *ngIf='inlist; else hyperLinkTitle' class="card-title"> <span *ngIf="snippet.public; else linkToPrivateSnippet"> <i ...