diff --git a/src/app/app.component.html b/src/app/app.component.html index 2b73cfbf55afdda9db24d8542489283fbcccc215..7ef3e4ff5f08fbefd2575a919111087f702a5c7a 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -6,4 +6,6 @@ <app-cards *ngFor="let i of [0, 1, 2]" [titel]="postTitel[i]" [img]="postImages[i]" [text]="postTexts[i]"></app-cards> </div> -</div> \ No newline at end of file +</div> + +<!--Test--> \ No newline at end of file