mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
working in responsiveness
This commit is contained in:
@@ -9,20 +9,8 @@ const routes: Routes = [
|
||||
{
|
||||
path: '',
|
||||
component: ChatPage,
|
||||
children: [
|
||||
{
|
||||
path:'messages',
|
||||
outlet:'message',
|
||||
component: MessagesPage
|
||||
},
|
||||
{
|
||||
path:'groups',
|
||||
outlet:'group',
|
||||
component: GroupMessagesPage
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
/* {
|
||||
path: 'conversation',
|
||||
loadChildren: () => import('./conversation/conversation.module').then( m => m.ConversationPageModule)
|
||||
},
|
||||
@@ -40,6 +28,7 @@ const routes: Routes = [
|
||||
},
|
||||
{
|
||||
path: 'messages',
|
||||
outlet:'message',
|
||||
loadChildren: () => import('./messages/messages.module').then( m => m.MessagesPageModule)
|
||||
},
|
||||
{
|
||||
@@ -50,7 +39,7 @@ const routes: Routes = [
|
||||
path: 'test',
|
||||
outlet:'test',
|
||||
loadChildren: () => import('./test/test.module').then( m => m.TestPageModule)
|
||||
}
|
||||
} */
|
||||
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user