|
|
@ -24,8 +24,8 @@
|
|
|
|
<!-- <div mat-card-avatar class="example-header-image"></div> -->
|
|
|
|
<!-- <div mat-card-avatar class="example-header-image"></div> -->
|
|
|
|
<mat-card-title>
|
|
|
|
<mat-card-title>
|
|
|
|
{{post.author.name}}
|
|
|
|
{{post.author.name}}
|
|
|
|
<a mat-button routerLink="/profile/{{post.author.id}}">@{{post.author.handle}}</a>
|
|
|
|
<a class="mat-card-subtitle" routerLink="/profile/{{post.author.id}}">@{{post.author.handle}}</a>
|
|
|
|
<p class="mat-card-subtitle">{{post.date}}</p>
|
|
|
|
<p class="mat-card-subtitle"> {{post.date}}</p>
|
|
|
|
</mat-card-title>
|
|
|
|
</mat-card-title>
|
|
|
|
<mat-card-subtitle>
|
|
|
|
<mat-card-subtitle>
|
|
|
|
</mat-card-subtitle>
|
|
|
|
</mat-card-subtitle>
|
|
|
|