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
+4
View File
@@ -33,6 +33,10 @@ const routes: Routes = [
{
path: 'btn-seguinte',
loadChildren: () => import('./shared/btn-seguinte/btn-seguinte.module').then( m => m.BtnSeguintePageModule)
},
{
path: 'btn-modal-dismiss',
loadChildren: () => import('./shared/btn-modal-dismiss/btn-modal-dismiss.module').then( m => m.BtnModalDismissPageModule)
},