This commit is contained in:
parent
d22d01e3ec
commit
f3c76c78f1
@ -2,10 +2,12 @@
|
|||||||
<p>Борды работают, это в хтмл!</p>
|
<p>Борды работают, это в хтмл!</p>
|
||||||
<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/оладий.jpg" alt="anonpls" width="140">
|
<a href="#{{post.Id}}">
|
||||||
<p><b>>>{{post.Id}}<b> {{post.Date}}</p>
|
<img src="http://static.vdk2ch.ru:15555/test-public/оладий.jpg" alt="anonpls" width="140">
|
||||||
<p>{{post.Text}}</p>
|
<p><b>>>{{post.Id}}<b> {{post.Date}}</p>
|
||||||
|
<p>{{post.Text}}</p>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user