Add "my-publications" page.
This commit is contained in:
@@ -25,6 +25,10 @@ export const routes: Routes = [
|
||||
path: 'publications',
|
||||
loadComponent: () => import('./pages/search-publications/search-publications.component').then(module => module.SearchPublicationsComponent)
|
||||
},
|
||||
{
|
||||
path: 'my-publications',
|
||||
loadChildren: () => import('./pages/my-publications/my-publications.routes').then(module => module.ROUTES)
|
||||
},
|
||||
{
|
||||
path: '**',
|
||||
loadComponent: () => import('./pages/home/home.component').then(module => module.HomeComponent)
|
||||
|
||||
Reference in New Issue
Block a user