Project

General

Profile

« Previous | Next » 

Revision 57451

[Monitor-Dashboard]: Add new dashboard theme and make monitor page base on it.

View differences:

app-routing.module.ts
7 7
import {OpenaireErrorPageComponent} from './error/errorPage.component';
8 8

  
9 9
const routes: Routes = [
10
  {path: '', loadChildren: './home/home.module#HomeModule', resolve: {envSpecific: EnvironmentSpecificResolver}},
11 10
  {
12
    path: 'monitor',
11
    path: '',
13 12
    loadChildren: './monitor/monitor.module#MonitorModule',
14 13
    resolve: {envSpecific: EnvironmentSpecificResolver}
15 14
  },
16
  {path: 'about', redirectTo: 'about/learn-how', pathMatch: 'full'},
17 15
  {
18
    path: 'about/learn-how',
19
    loadChildren: './learn-how/learn-how.module#LearnHowModule',
20
    resolve: {envSpecific: EnvironmentSpecificResolver}
21
  },
22
  {
23
    path: 'about/learn-in-depth',
24
    loadChildren: './learn-how/learnInDepth/learn-in-depth.module#LearnInDepthModule',
25
    resolve: {envSpecific: EnvironmentSpecificResolver}
26
  },
27
  {
28
    path: 'contact-us',
29
    loadChildren: './contact/contact.module#ContactModule',
30
    resolve: {envSpecific: EnvironmentSpecificResolver}
31
  },
32
  {
33 16
    path: 'reload',
34 17
    loadChildren: './reload/libReload.module#LibReloadModule',
35 18
    resolve: {envSpecific: EnvironmentSpecificResolver}

Also available in: Unified diff