Many changes

Edit event
This commit is contained in:
Tiago Kayaya
2020-11-24 13:46:13 +01:00
parent 4d841e765a
commit 835b0169b6
26 changed files with 880 additions and 84 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ const routes: Routes = [
path:'event-list',
children: [
{
path:'',
path:':profile',
loadChildren: ()=> import('../pages/gabinete-digital/event-list/event-list.module').then(m => m.EventListPageModule)
},
]
+2 -2
View File
@@ -19,10 +19,10 @@
<ion-icon name="search"></ion-icon>
<ion-label>Pesquisa</ion-label>
</ion-tab-button> -->
<ion-tab-button tab="chat">
<!-- <ion-tab-button tab="chat">
<ion-icon name="chatbubbles"></ion-icon>
<ion-label>Chat</ion-label>
</ion-tab-button>
</ion-tab-button> -->
</ion-tab-bar>
</ion-tabs>