added posting function
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-10-20 23:54:04 +10:00
parent 75b4fe3716
commit 0ae993fb9d
8 changed files with 70 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
<img src="http://static.vdk2ch.ru:15555/test-public/16657431265390.png" alt="свiня" width="150">
<p>Борды работают, это в хтмл!</p>
<app-send-post></app-send-post>,
<button (click)="listPosts()">Обновить</button>
<div *ngIf="response">
<div class="singlePost" *ngFor="let post of response">
@@ -17,4 +18,4 @@
<div class="hexagon-image">
</div>
</div>
</div>
</div>