Skip to content

Commit e7dcfd7

Browse files
dotansimhadarkbasic
authored andcommitted
Step 9.5: Add messages options template
1 parent 897966b commit e7dcfd7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<ion-content class="chats-options-page-content">
2+
<ion-list class="options">
3+
<button ion-item class="option option-remove" (click)="remove()">
4+
<ion-icon name="trash" class="option-icon"></ion-icon>
5+
<div class="option-name">Remove</div>
6+
</button>
7+
</ion-list>
8+
</ion-content>

0 commit comments

Comments
 (0)