commit 39b1a8ba2edbcb5d85c7c8af6da8f206956ed321
parent dec8c1be6438e4756e88d627ee7fa9ef2bac3461
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 25 Mar 2018 14:38:08 +0200
Move ngFor to the correct Place
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/app/tweet-list/tweet-list.component.html b/src/app/tweet-list/tweet-list.component.html
@@ -3,8 +3,8 @@
<mat-grid-tile-header>
{{paperData.name}}
</mat-grid-tile-header>
- <mat-grid-tile>
- <mat-card *ngFor="let item of data">
+ <mat-grid-tile *ngFor="let item of data">
+ <mat-card>
<div class="ribbon ribbon-top-left" *ngIf="item.retweet" style="max-width: 22rem">
<span>
<i class="fa fa-retweet"></i>