clonegur/frontend/src/app/page-likes/page-likes.component.html
2023-07-01 01:50:12 +03:00

5 lines
178 B
HTML

<h1 class="title">User {{user.username}}'s likes:</h1>
<a class="title" href="/user/{{user.username}}">Go to posts</a>
<app-images [images]="images | async" #imgs></app-images>