leejinho 8f81085251 1. anchor tag cursor styling.
2. anchor tag open url for sticker, mass-text and mass-text-detail
3. mass-detail view component added
2019-11-20 10:29:49 +09:00

10 lines
318 B
HTML

<div class="bubble-main">
<span class="content" [innerHTML]="content | linefeedtohtml | linky"></span>
<span>
{{ moment(message.sendDate).toDate() | date: 'short' }}
</span>
</div>
<div *ngIf="detailButteonShow" class="btn-box">
<button mat-button (click)="onClickDetailView()">Detail View</button>
</div>