user contact

This commit is contained in:
Peter Maquiran
2022-01-29 19:33:32 +01:00
parent 2dfb1d6b97
commit 009c1f3747
5 changed files with 15 additions and 7 deletions
@@ -6,6 +6,7 @@ import { ChatService } from 'src/app/services/chat.service';
import { GroupMessagesPage } from '../../group-messages/group-messages.page';
import { MessagesPage } from '../messages.page';
import { ThemeService } from 'src/app/services/theme.service'
import { WsChatMethodsService} from 'src/app/services/chat/ws-chat-methods.service'
@Component({
selector: 'app-contacts',
@@ -31,7 +32,8 @@ export class ContactsPage implements OnInit {
private http: HttpClient,
private chatService: ChatService,
private authService: AuthService,
public ThemeService: ThemeService
public ThemeService: ThemeService,
public WsChatMethodsService: WsChatMethodsService
)
{
this.loggedUser = authService.ValidatedUserChat['data'];