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\\send-post",
|
||||||
"\\src\\app\\services"
|
"\\src\\app\\services"
|
||||||
],
|
],
|
||||||
"SelectedNode": "\\src\\app\\services\\api-chat.service.ts",
|
|
||||||
"PreviewInSolutionExplorer": false
|
"PreviewInSolutionExplorer": false
|
||||||
}
|
}
|
BIN
.vs/slnx.sqlite
BIN
.vs/slnx.sqlite
Binary file not shown.
@ -3,5 +3,6 @@
|
|||||||
<a href="{{post.ImgURL}}" target="_blank">
|
<a href="{{post.ImgURL}}" target="_blank">
|
||||||
<img *ngIf="post.ImgURL != '0'" src="{{post.ImgURL}}" alt="anonpls" width="140">
|
<img *ngIf="post.ImgURL != '0'" src="{{post.ImgURL}}" alt="anonpls" width="140">
|
||||||
</a>
|
</a>
|
||||||
|
<a routerLink = "{{post.ImgURL}}">pic</a>
|
||||||
<p>{{post.Text}}</p>
|
<p>{{post.Text}}</p>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user