plugins-functionality #10

Merged
argiro.kokogiannaki merged 36 commits from plugins-functionality into develop 2024-06-13 09:32:44 +02:00
1 changed files with 6 additions and 1 deletions
Showing only changes of commit 7a43b29617 - Show all commits

View File

@ -32,7 +32,12 @@ import {RouterModule} from '@angular/router';
{
path: 'plugins',
loadChildren: () => import('../../openaireLibrary/dashboard/plugins/plugins.module').then(m => m.PluginsModule),
pathMatch: 'full'
pathMatch: 'full', data: {hasInternalSidebar: true, hasHeader: false}
},
{
path: 'plugin-edit',
loadChildren: () => import('../../openaireLibrary/dashboard/plugins/plugins-form/pluginsForm.module').then(m => m.PluginsFormModule),
pathMatch: 'full', data: {hasInternalSidebar: true, hasHeader: false}
},
{
path: 'pages',