mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
Merge branch 'developer' into developer_mobilefirst
This commit is contained in:
@@ -177,6 +177,10 @@ const routes: Routes = [
|
||||
loadChildren: ()=> import('../pages/publications/publications.module').then(m => m.PublicationsPageModule)
|
||||
},
|
||||
{
|
||||
path:':folderId',
|
||||
loadChildren: ()=> import('../pages/publications/view-publications/view-publications.module').then(m => m.ViewPublicationsPageModule)
|
||||
},
|
||||
/* {
|
||||
path:'view-publications',
|
||||
children: [
|
||||
{
|
||||
@@ -194,7 +198,7 @@ const routes: Routes = [
|
||||
|
||||
},
|
||||
]
|
||||
},
|
||||
}, */
|
||||
{
|
||||
path:'new-publication',
|
||||
loadChildren: ()=> import('../shared/publication/new-publication/new-publication.module').then(m => m.NewPublicationPageModule)
|
||||
|
||||
@@ -28,3 +28,4 @@
|
||||
</ion-tab-button>
|
||||
</ion-tab-bar>
|
||||
</ion-tabs>
|
||||
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet">
|
||||
Reference in New Issue
Block a user