adding *ngIf="itemObject" above div or in the same tag will solve the issue.
div class="detail-section"> <div *ngIf="productObj" class="container-fluid"> <img src="{{productObj.imageUrl }}" class="detail-img">