diff --git a/src/app/components/family-connect/family-connect.component.html b/src/app/components/family-connect/family-connect.component.html index b162f5a..23b879c 100644 --- a/src/app/components/family-connect/family-connect.component.html +++ b/src/app/components/family-connect/family-connect.component.html @@ -63,67 +63,26 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
+
- Invite : {{currentInvite.firstname}} {{currentInvite.lastname}} + Invite : {{currentInvite.firstname}} {{currentInvite.lastname}} - - - - - Let's : - Chat + Let's : + + + Chat + do Number Games + do Science Knowledge + + Cancel diff --git a/src/app/components/family-connect/family-connect.component.ts b/src/app/components/family-connect/family-connect.component.ts index b38b0e4..088133f 100644 --- a/src/app/components/family-connect/family-connect.component.ts +++ b/src/app/components/family-connect/family-connect.component.ts @@ -1,4 +1,4 @@ -import { Component, OnInit } from '@angular/core'; +import {Component, OnInit, ViewChild} from '@angular/core'; import {WrenchService} from "../../services/wrench.service"; import {SessionDataProviderService} from "../../store/session-data-provider.service"; import {SocketToolsService} from "../../services/socket-tools.service"; @@ -10,6 +10,7 @@ import {SocketToolsService} from "../../services/socket-tools.service"; export class FamilyConnectComponent implements OnInit { show_invite:boolean = false; show_connect: boolean = false; +@ViewChild('select_activity') select_activity; connectStart : number = 0; fromData:string = '';