16 lines
474 B
HTML
16 lines
474 B
HTML
<div class="wrappe">
|
||
<img src="http://static.vdk2ch.ru:15555/test-public/16657431265390.png" alt="свiня" width="150">
|
||
<app-send-post></app-send-post>,
|
||
<button (click)="refreshPosts()">Обновить</button>
|
||
<post-single
|
||
*ngFor="let post of postsToShow" [post]="post"
|
||
></post-single>
|
||
<button (click)="refreshPosts()">Обновить</button>
|
||
<br>
|
||
<div class="hexagon">
|
||
<div class="hexagon-inside">
|
||
<div class="hexagon-image">
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div> |