Project

General

Profile

« Previous | Next » 

Revision 60242

[Monitor Dashboard | Trunk]: Delete hasMiniMenu from app.component.ts and route data.

View differences:

app-routing.module.ts
64 64
    path: 'admin-tools',
65 65
    loadChildren: './admin-tool/admin-tool-routing.module#AdminToolRoutingModule',
66 66
    resolve: {envSpecific: EnvironmentSpecificResolver},
67
    data: {hasMiniMenu: true, isFrontPage: false}
68 67
  },
69

  
70 68
  { path: 'theme', loadChildren: './openaireLibrary/utils/theme/theme.module#ThemeModule'},
71 69
  {
72 70
    path: '',
73 71
    loadChildren: './monitor/monitor.module#MonitorModule',
74 72
    resolve: {envSpecific: EnvironmentSpecificResolver},
75
    data: {hasMiniMenu: true, isFrontPage: true}
73
    data: {isFrontPage: true}
76 74
  },
77 75
  {
78 76
    path: '**',

Also available in: Unified diff