Add group-chat page

This commit is contained in:
tiago.kayaya
2020-12-22 16:45:36 +01:00
parent 92393c5970
commit eabccde7a2
18 changed files with 214 additions and 4 deletions
@@ -11,6 +11,10 @@ const routes: Routes = [
{
path: 'contacts',
loadChildren: () => import('./contacts/contacts.module').then( m => m.ContactsPageModule)
},
{
path: 'group-chat',
loadChildren: () => import('./group-chat/group-chat.module').then( m => m.GroupChatPageModule)
}
];