mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
UI of publication´s list page finished
This commit is contained in:
@@ -7,6 +7,26 @@ const routes: Routes = [
|
||||
{
|
||||
path: '',
|
||||
component: PublicationsPage
|
||||
},
|
||||
{
|
||||
path: 'new-publication',
|
||||
loadChildren: () => import('./new-publication/new-publication.module').then( m => m.NewPublicationPageModule)
|
||||
},
|
||||
{
|
||||
path: 'gallery',
|
||||
loadChildren: () => import('./gallery/gallery.module').then( m => m.GalleryPageModule)
|
||||
},
|
||||
{
|
||||
path: 'new-action',
|
||||
loadChildren: () => import('./new-action/new-action.module').then( m => m.NewActionPageModule)
|
||||
},
|
||||
{
|
||||
path: 'publication-detail',
|
||||
loadChildren: () => import('./publication-detail/publication-detail.module').then( m => m.PublicationDetailPageModule)
|
||||
},
|
||||
{
|
||||
path: 'view-publications',
|
||||
loadChildren: () => import('./view-publications/view-publications.module').then( m => m.ViewPublicationsPageModule)
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user