Skip to content

Commit

Permalink
chore: rever defer usage
Browse files Browse the repository at this point in the history
  • Loading branch information
eneajaho committed Oct 28, 2023
1 parent 2d448d1 commit 9ee1812
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,15 +180,11 @@ <h2>Movies</h2>
<ng-container
*rxLet="infiniteScrollRecommendations$; let ctx; strategy: 'immediate'"
>
@defer (on viewport) {
<ui-movie-list
(paginate)="paginateRecommendations()"
[movies]="ctx.results"
[withImgPriority]="0"
/>
} @placeholder {
<div>Recommended</div>
}

<div *ngIf="ctx.loading" class="loader"></div>
</ng-container>
Expand Down

0 comments on commit 9ee1812

Please sign in to comment.