This commit is contained in:
10
src/app/pages/BoardThreads/op/op.component.html
Normal file
10
src/app/pages/BoardThreads/op/op.component.html
Normal 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>
|
Reference in New Issue
Block a user