Check routerlink in post
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
fa92bc1c5c
commit
c4d718758b
@ -6,6 +6,5 @@
|
||||
"\\src\\app\\send-post",
|
||||
"\\src\\app\\services"
|
||||
],
|
||||
"SelectedNode": "\\src\\app\\services\\api-chat.service.ts",
|
||||
"PreviewInSolutionExplorer": false
|
||||
}
|
BIN
.vs/slnx.sqlite
BIN
.vs/slnx.sqlite
Binary file not shown.
@ -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>
|
||||
|
Reference in New Issue
Block a user