> git show --textconv :src/app/pages/publications/view-publications/publication-detail/publication-detail.page.ts

This commit is contained in:
Tiago Kayaya
2020-12-16 15:07:28 +01:00
parent be03b9c0d3
commit c720767774
25 changed files with 329 additions and 122 deletions
+9 -18
View File
@@ -112,24 +112,6 @@ const routes: Routes = [
}
]
},
/* {
path: 'expediente',
children: [
{
path:'',
loadChildren: ()=> import('../pages/gabinete-digital/expediente/expediente.module').then(m => m.ExpedientePageModule)
}
]
}, */
{
path: 'chat',
children: [
{
path:'',
loadChildren: ()=> import('../pages/chat/chat.module').then(m => m.ChatPageModule)
}
]
},
{
path: 'publications',
children: [
@@ -158,6 +140,15 @@ const routes: Routes = [
},
]
},
{
path: 'chat',
children: [
{
path:'',
loadChildren: ()=> import('../pages/chat/chat.module').then(m => m.ChatPageModule)
}
]
},
]
},
{
+1 -1
View File
@@ -27,7 +27,7 @@
<ion-label>Pesquisa</ion-label>
</ion-tab-button> -->
<!-- <ion-tab-button tab="chat">
<ion-icon name="chatbubbles"></ion-icon>
<ion-icon class="nav-icon" src="assets/images/icons-nav-chat-inactive.svg"></ion-icon>
<ion-label>Chat</ion-label>
</ion-tab-button> -->
</ion-tab-bar>