Did some
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-11-29 22:31:55 +10:00
parent 4f38fb65c8
commit d702e01f16
36 changed files with 84 additions and 105 deletions

View File

@@ -0,0 +1,10 @@
<div class="op">
<a [routerLink] ="['/board']" [queryParams]="{thread: op.Thread_Id}" >Зайти в тред{{op.Thread_Id}} </a>
<p> # {{op.Id}} {{op.Timestamp}}</p>
<div>
<a *ngFor="let i of op.ImgURL" [href]="i" target="_blank">
<img [src]="i" style="height:140px">
</a>
</div>
<p>{{op.Text}}</p>
</div>