2019-10-21 13:20:14 +09:00
|
|
|
<div class="bubble-main">
|
2019-11-20 10:29:49 +09:00
|
|
|
<span class="content" [innerHTML]="content | linefeedtohtml | linky"></span>
|
2019-10-11 11:40:35 +09:00
|
|
|
<span>
|
2019-11-13 16:30:15 +09:00
|
|
|
{{ moment(message.sendDate).toDate() | date: 'short' }}
|
2019-10-11 11:40:35 +09:00
|
|
|
</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>
|