This commit is contained in:
parent
8b7da56e23
commit
3f9d1b655c
@ -3,7 +3,7 @@
|
|||||||
<button (click)="listPosts()">Обновить</button>
|
<button (click)="listPosts()">Обновить</button>
|
||||||
<div *ngIf="response">
|
<div *ngIf="response">
|
||||||
<div class="singlePost" *ngFor="let post of response">
|
<div class="singlePost" *ngFor="let post of response">
|
||||||
<img src="http://static.vdk2ch.ru:15555/test-public/оладий.png" alt="anonpls" width="140">
|
<img src="http://static.vdk2ch.ru:15555/test-public/оладий.jpg" alt="anonpls" width="140">
|
||||||
<p>{{post.Date}}: >>{{post.Id}}</p>
|
<p>{{post.Date}}: >>{{post.Id}}</p>
|
||||||
<p>{{post.Text}}</p>
|
<p>{{post.Text}}</p>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user