Check routerlink in post
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
RakVhalate 2022-11-12 10:31:57 +10:00
parent fa92bc1c5c
commit c4d718758b
3 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,5 @@
"\\src\\app\\send-post",
"\\src\\app\\services"
],
"SelectedNode": "\\src\\app\\services\\api-chat.service.ts",
"PreviewInSolutionExplorer": false
}

Binary file not shown.

View File

@ -3,5 +3,6 @@
<a href="{{post.ImgURL}}" target="_blank">
<img *ngIf="post.ImgURL != '0'" src="{{post.ImgURL}}" alt="anonpls" width="140">
</a>
<a routerLink = "{{post.ImgURL}}">pic</a>
<p>{{post.Text}}</p>
</div>