I'm trying to find out what is the reason of issue:

It raises for this part of code:
<div ngbAccordion #accordion="ngbAccordion" >
<div ngbAccordionItem="first">
<span class="body-medium-text-l" ngbAccordionHeader>
<button ngbAccordionButton class="body-medium-text-m">{{ 'hub_repairs_open_requests' | translate }}</button>
</span>
<div ngbAccordionCollapse>
<div ngbAccordionBody>
<ng-container *ngFor="let return of dataService.returns | async"> <<== here
<app-repair-row [return ]="return "></app-repair-row>
</ng-container>
</div>
</div>
</div>
</div>
My investigation yielded no conclusions.
What fixed it for me was to use ng-template instead of ng-container.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With