This repository has been archived on 2023-06-20. You can view files and clone it, but cannot push or open issues or pull requests.
Angular_App/src/app/pages/BoardThreads/op/op.component.html
RakVhalate d702e01f16
All checks were successful
continuous-integration/drone/push Build is passing
Did some
2022-11-29 22:31:55 +10:00

11 lines
333 B
HTML

<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>