79294209

Date: 2024-12-19 12:09:09
Score: 0.5
Natty:
Report link

adding *ngIf="itemObject" above div or in the same tag will solve the issue(in angular). The actual intention you needs to add null check on pointing object.

div class="detail-section">
<div *ngIf="productObj"  class="container-fluid">
    <img src="{{productObj.imageUrl }}" class="detail-img">
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sarath Kumar pgm