mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
built the gabinete-digital-menu page
This commit is contained in:
@@ -28,6 +28,10 @@ const routes: Routes = [
|
||||
path: 'gabinete-digital',
|
||||
loadChildren: ()=> import('../pages/gabinete-digital/gabinete-digital.module').then(m => m.GabineteDigitalPageModule)
|
||||
},
|
||||
{
|
||||
path: 'gabinete-digital-menu',
|
||||
loadChildren: ()=> import('../pages/gabinete-digital-menu/gabinete-digital-menu.module').then(m => m.GabineteDigitalMenuPageModule)
|
||||
},
|
||||
/* PROVISORIO */
|
||||
{
|
||||
path: 'view-event',
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<ion-tabs>
|
||||
|
||||
<ion-tab-bar slot="bottom">
|
||||
<ion-tab-button tab="feed">
|
||||
<ion-icon name="home"></ion-icon>
|
||||
@@ -10,7 +9,7 @@
|
||||
<ion-icon name="calendar"></ion-icon>
|
||||
<ion-label>Agenda</ion-label>
|
||||
</ion-tab-button>
|
||||
<ion-tab-button tab="gabinete-digital">
|
||||
<ion-tab-button tab="gabinete-digital-menu">
|
||||
<ion-icon name="file-tray-stacked"></ion-icon>
|
||||
<ion-label>Gabinete Digital</ion-label>
|
||||
</ion-tab-button>
|
||||
@@ -18,11 +17,6 @@
|
||||
<ion-icon name="search"></ion-icon>
|
||||
<ion-label>Pesquisa</ion-label>
|
||||
</ion-tab-button>
|
||||
|
||||
<!-- <ion-tab-button tab="tab3">
|
||||
<ion-icon name="square"></ion-icon>
|
||||
<ion-label>Tab 3</ion-label>
|
||||
</ion-tab-button> -->
|
||||
</ion-tab-bar>
|
||||
|
||||
</ion-tabs>
|
||||
|
||||
Reference in New Issue
Block a user