10 lines
318 B
HTML
Raw Normal View History

2019-10-21 13:20:14 +09:00
<div class="bubble-main">
<span class="content" [innerHTML]="content | linefeedtohtml | linky"></span>
<span>
2019-11-13 16:30:15 +09:00
{{ moment(message.sendDate).toDate() | date: 'short' }}
</span>
2019-10-21 13:20:14 +09:00
</div>
<div *ngIf="detailButteonShow" class="btn-box">
2019-10-21 18:10:39 +09:00
<button mat-button (click)="onClickDetailView()">Detail View</button>
2019-10-21 13:20:14 +09:00
</div>