|
|
@ -1,4 +1,4 @@
|
|
|
|
<div id="chat">
|
|
|
|
<!--<div id="chat">
|
|
|
|
<div id='header'>
|
|
|
|
<div id='header'>
|
|
|
|
<button id="goback" (click)="goBack()"><span><i class="fa fa-arrow-left fa-3x" aria-hidden="true"></i></span></button>
|
|
|
|
<button id="goback" (click)="goBack()"><span><i class="fa fa-arrow-left fa-3x" aria-hidden="true"></i></span></button>
|
|
|
|
<span class='title'>{{childChat.memberName}}</span>
|
|
|
|
<span class='title'>{{childChat.memberName}}</span>
|
|
|
@ -13,4 +13,4 @@
|
|
|
|
<textarea #content id='input' placeholder="Write message here ..." rows='3' wrap="soft"></textarea>
|
|
|
|
<textarea #content id='input' placeholder="Write message here ..." rows='3' wrap="soft"></textarea>
|
|
|
|
<button id="send" type='submit' (click)="sendMessage(content)"><span><i class="fa fa-send-o fa-2x" aria-hidden="true"></i></span></button>
|
|
|
|
<button id="send" type='submit' (click)="sendMessage(content)"><span><i class="fa fa-send-o fa-2x" aria-hidden="true"></i></span></button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>-->
|