This commit is contained in:
parent
65af149b8f
commit
294e0e947e
@ -2,5 +2,7 @@
|
|||||||
list-style: none;
|
list-style: none;
|
||||||
margin: 0 0 10px;
|
margin: 0 0 10px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background-color: rgb(255, 72, 0)
|
background-color: rgb(143, 142, 142);
|
||||||
|
color: #5d5d5d;
|
||||||
}
|
}
|
||||||
|
.wrapper {width: 800px;}
|
||||||
|
@ -1,14 +1,15 @@
|
|||||||
|
<div class="wrappe">
|
||||||
<img src="http://static.vdk2ch.ru:15555/test-public/16657431265390.png" alt="свiня" width="150">
|
<img src="http://static.vdk2ch.ru:15555/test-public/16657431265390.png" alt="свiня" width="150">
|
||||||
<app-send-post></app-send-post>,
|
<app-send-post></app-send-post>,
|
||||||
|
|
||||||
<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">
|
||||||
<a href="#{{post.Id}}">
|
<a href="#{{post.Id}}"></a>
|
||||||
<img src="http://static.vdk2ch.ru:15555/test-public/оладий.jpg" alt="anonpls" width="140">
|
<img src="http://static.vdk2ch.ru:15555/test-public/оладий.jpg" alt="anonpls" width="140">
|
||||||
<p> >>{{post.Id}} {{post.Date}}</p>
|
<p> >>{{post.Id}} {{post.Date}}</p>
|
||||||
<p>{{post.Text}}</p>
|
<p>{{post.Text}}</p>
|
||||||
</a>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@ -19,3 +20,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
Reference in New Issue
Block a user