route for plugins

This commit is contained in:
argirok 2023-10-02 12:30:13 +03:00
parent 10cad849a9
commit 703b163803
1 changed files with 5 additions and 0 deletions

View File

@ -29,6 +29,11 @@ import {RouterModule} from '@angular/router';
loadChildren: () => import('../../openaireLibrary/dashboard/helpTexts/page-help-content-form.module').then(m => m.PageHelpContentFormModule),
pathMatch: 'full'
},
{
path: 'plugins',
loadChildren: () => import('../../openaireLibrary/dashboard/plugins/plugins.module').then(m => m.PluginsModule),
pathMatch: 'full'
},
{
path: 'pages',
loadChildren: () => import('../../openaireLibrary/dashboard/page/pages.module').then(m => m.PagesModule),