Project

General

Profile

« Previous | Next » 

Revision 57950

[Monitor_Dashboard|Trunk]

create routing modules for amdin pages (entities, pages, portals, helptexts)
rename home component to manage stakeholders

View differences:

app-routing.module.ts
25 25
  },
26 26
  {
27 27
    path: 'admin',
28
    loadChildren: './home/home.module#HomeModule',
28
    loadChildren: './manageStakeholders/manageStakeholders.module#ManageStakeholdersModule',
29 29
    resolve: {envSpecific: EnvironmentSpecificResolver},
30 30
    data: {hasAdminMenu: true}
31 31
  },
......
45 45
  /* Library paths*/
46 46
  {
47 47
    path: 'portals',
48
    loadChildren: './openaireLibrary/dashboard/portal/communities.module#CommunitiesModule',
48
    loadChildren: './portals/portals.module#PortalsModule',
49 49
    resolve: { envSpecific: EnvironmentSpecificResolver  },
50 50
    data: {hasAdminMenu: true}
51 51
  },
52 52
  {
53 53
    path: 'entities',
54
    loadChildren: './openaireLibrary/dashboard/entity/entities.module#EntitiesModule',
54
    loadChildren: './entities/entities.module#MonitorEntitiesModule',
55 55
    resolve: { envSpecific: EnvironmentSpecificResolver  },
56 56
    data: {hasAdminMenu: true}
57 57
  },
58 58
  {
59 59
    path: 'classes',
60
    loadChildren: './openaireLibrary/dashboard/divId/divIds.module#DivIdsModule',
60
    loadChildren: './classes/classes.module#ClassesModule',
61 61
    resolve: { envSpecific: EnvironmentSpecificResolver  },
62 62
    data: {hasAdminMenu: true}
63 63
  },
64 64
  {
65 65
    path: 'classContents',
66
    loadChildren: './openaireLibrary/dashboard/divhelpcontent/div-help-contents.module#DivHelpContentsModule',
66
    loadChildren: './classHelpTexts/div-help-contents.module#MonitorDivHelpContentsModule',
67 67
    resolve: { envSpecific: EnvironmentSpecificResolver  },
68 68
    data: {hasAdminMenu: true}
69 69
  },
70 70
  {
71 71
    path: 'classContents/new',
72
    loadChildren: './openaireLibrary/dashboard/divhelpcontent/new-div-help-content.module#NewDivHelpContentModule',
72
    loadChildren: './classHelpTexts/new-div-help-content.module#MonitorNewDivHelpContentModule',
73 73
    resolve: { envSpecific: EnvironmentSpecificResolver  },
74 74
    data: {hasAdminMenu: true}
75 75
  },
76 76
  {
77 77
    path: 'classContents/edit',
78
    loadChildren: './openaireLibrary/dashboard/divhelpcontent/edit-div-help-content.module#EditDivHelpContentModule',
78
    loadChildren: './classHelpTexts/edit-div-help-content.module#MonitorEditDivHelpContentModule',
79 79
    resolve: { envSpecific: EnvironmentSpecificResolver  },
80 80
    data: {hasAdminMenu: true}
81 81
  },
82 82
  {
83 83
    path: 'helptexts',
84
    loadChildren: './openaireLibrary/dashboard/helpTexts/page-help-contents.module#PageHelpContentsModule',
84
    loadChildren: './helpTexts/page-help-contents.module#MonitorPageHelpContentsModule',
85 85
    resolve: { envSpecific: EnvironmentSpecificResolver  },
86 86
    data: {hasAdminMenu: true}
87 87
  },
88 88
  {
89 89
    path: 'helptexts/new',
90
    loadChildren: './openaireLibrary/dashboard/helpTexts/new-page-help-content.module#NewPageHelpContentModule',
90
    loadChildren: './helpTexts/new-page-help-content.module#MonitorNewPageHelpContentModule',
91 91
    resolve: { envSpecific: EnvironmentSpecificResolver  },
92 92
    data: {hasAdminMenu: true}
93 93
  },
94 94
  {
95 95
    path: 'helptexts/edit',
96
    loadChildren: './openaireLibrary/dashboard/helpTexts/edit-page-help-content.module#EditPageHelpContentModule',
96
    loadChildren: './helpTexts/edit-page-help-content.module#MonitorEditPageHelpContentModule',
97 97
    resolve: { envSpecific: EnvironmentSpecificResolver  },
98 98
    data: {hasAdminMenu: true}
99 99
  },
100 100
  {
101 101
    path: 'pages',
102
    loadChildren: './openaireLibrary/dashboard/page/pages.module#PagesModule',
102
    loadChildren: './pages/pages.module#MonitorPagesModule',
103 103
    resolve: { envSpecific: EnvironmentSpecificResolver  },
104 104
    data: {hasAdminMenu: true}
105 105
  },

Also available in: Unified diff