Loading src/app/modules/newsfeed/feeds/subscribed.component.html +1 −1 Original line number Original line Diff line number Diff line Loading @@ -11,7 +11,7 @@ <ng-container *ngFor="let activity$ of (feedsService.feed | async); let i = index"> <ng-container *ngFor="let activity$ of (feedsService.feed | async); let i = index"> <ng-container *mIfFeature="'es-feeds'"> <ng-container *mIfFeature="'es-feeds'"> <m-featured-content <m-featured-content *ngIf="(i > 0 && (i % 8) === 0) || i === 2" *ngIf="(i > 0 && (i % 5) === 0) || i === 2" [slot]="i + 1" [slot]="i + 1" ></m-featured-content> ></m-featured-content> </ng-container> </ng-container> Loading Loading
src/app/modules/newsfeed/feeds/subscribed.component.html +1 −1 Original line number Original line Diff line number Diff line Loading @@ -11,7 +11,7 @@ <ng-container *ngFor="let activity$ of (feedsService.feed | async); let i = index"> <ng-container *ngFor="let activity$ of (feedsService.feed | async); let i = index"> <ng-container *mIfFeature="'es-feeds'"> <ng-container *mIfFeature="'es-feeds'"> <m-featured-content <m-featured-content *ngIf="(i > 0 && (i % 8) === 0) || i === 2" *ngIf="(i > 0 && (i % 5) === 0) || i === 2" [slot]="i + 1" [slot]="i + 1" ></m-featured-content> ></m-featured-content> </ng-container> </ng-container> Loading