Project

General

Profile

« Previous | Next » 

Revision 61408

[Monitor Dashboard | Trunk]: Update to angular 11

View differences:

portal-admin-tools-routing.module.ts
3 3

  
4 4
@NgModule({
5 5
  imports: [RouterModule.forChild([
6
    {path: '', loadChildren: './admin-tools-routing.module#AdminToolsRoutingModule'},
7
    {path: 'portals', loadChildren: '../openaireLibrary/dashboard/portal/portals.module#PortalsModule'},
8
    {path: 'classes', loadChildren: '../openaireLibrary/dashboard/divId/divIds.module#DivIdsModule'}
6
    {path: '', loadChildren: () => import('./admin-tools-routing.module').then(m => m.AdminToolsRoutingModule)},
7
    {path: 'portals', loadChildren: () => import('../openaireLibrary/dashboard/portal/portals.module').then(m => m.PortalsModule)},
8
    {path: 'classes', loadChildren: () => import('../openaireLibrary/dashboard/divId/divIds.module').then(m => m.DivIdsModule)}
9 9
  ])]
10 10
})
11 11
export class PortalAdminToolsRoutingModule {

Also available in: Unified diff