leejh 68dd36214c 말풍선 내 줄바꿈 문자 처리.
대화리스트 finaleventDate 처리.
2019-10-25 13:16:45 +09:00

15 lines
316 B
HTML

<div class="bubble-main">
<ul>
<li *ngIf="stickerUrl">
<img
[src]="stickerUrl"
onerror="this.src='assets/sticker/sticker_default.png'"
/>
</li>
<li
*ngIf="contentJson && contentJson.chat"
[innerHTML]="contentJson.chat | linefeedtohtml"
></li>
</ul>
</div>