text replace

This commit is contained in:
CHIEFSOFT\ameye
2024-07-09 21:41:41 -04:00
parent 34f9ca802d
commit b260ef291e
@@ -13,19 +13,19 @@
<div class="left">
<div class="bg_image men_image" [style.backgroundImage]="'url(https://www.wrenchboard.com/assets/images/apps/msg/TEXT.svg)'"></div>
<div class="text" style="padding: 1px; background-color: yellow; width: 100%;">
<div class="text" style="padding: 1px; width: 100%;">
<ion-label class="bold_text">{{item.msg_firstname}}-{{item.msg_date |date}}</ion-label>
<ion-label *ngIf="item.msg_type != 'FILE' " class="grey_text">
<!-- <ion-textarea> {{item.message}} </ion-textarea>-->
<!-- <ion-input [innerHTML]="item.message"></ion-input>-->
<div style="width: 100%; padding: 1px; background-color: #8b198e;">
<ion-input
style="background-color: white;
height: 40px;
width: 100%; "
value={{item.message}}></ion-input>
<div style="width: 100%; padding: 1px; ">
<div style="word-break: break-word">{{item.message.replace("_"," ")}}</div>
<!-- <ion-input-->
<!-- style="background-color: white;-->
<!-- height: 40px;-->
<!-- width: 100%; "-->
<!-- value={{item.message}}></ion-input>-->
<!-- <ion-textarea [readonly]="true"-->
<!-- [wrap]="hard"-->