Added chat integration with socket.io

This commit is contained in:
Tiago Kayaya
2020-09-10 09:48:37 +01:00
parent b8e3623045
commit c4e52172ef
20 changed files with 410 additions and 151 deletions
+10 -6
View File
@@ -103,7 +103,7 @@ const routes: Routes = [
}
]
},
{
/* {
path: 'expediente',
children: [
{
@@ -111,12 +111,16 @@ const routes: Routes = [
loadChildren: ()=> import('../pages/gabinete-digital/expediente/expediente.module').then(m => m.ExpedientePageModule)
}
]
},
/* PROVISORIO */
/* {
path: 'view-event',
loadChildren: ()=> import('../pages/view-event/view-event.module').then(m => m.ViewEventPageModule)
}, */
{
path: 'chat',
children: [
{
path:'',
loadChildren: ()=> import('../pages/chat/chat.module').then(m => m.ChatPageModule)
}
]
},
]
},
{