mobile create grupo and contact

This commit is contained in:
Peter Maquiran
2024-09-19 09:16:14 +01:00
parent 9e7a8b6cb6
commit 1f08eb5514
6 changed files with 199 additions and 310 deletions
@@ -188,7 +188,7 @@
<ion-fab horizontal="start" vertical="bottom" slot="fixed">
<div *ngFor="let user of RoomStore.userTyping$; let i = index">
{{ user }} <ng-container *ngIf="i == userTyping$.length - 1">... </ng-container>
{{ user }} <ng-container *ngIf="i == RoomStore.userTyping$.length - 1">... </ng-container>
</div>
</ion-fab>