Started implementation of all posts
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
@for (post of posts(); track post.id) {
|
||||
<img [src]="'data:image/jpeg;base64,' + post.proof" alt=""/>
|
||||
}
|
||||
Reference in New Issue
Block a user