anonas
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Simple_Not 2022-10-20 22:02:48 +10:00
parent 2c613d9439
commit 8b7da56e23

View File

@ -3,8 +3,9 @@
<button (click)="listPosts()">Обновить</button>
<div *ngIf="response">
<div class="singlePost" *ngFor="let post of response">
<p>Айди: {{post.Id}}</p>
<p>Текст: {{post.Text}}</p>
<img src="http://static.vdk2ch.ru:15555/test-public/оладий.png" alt="anonpls" width="140">
<p>{{post.Date}}: >>{{post.Id}}</p>
<p>{{post.Text}}</p>
</div>
</div>