Project

General

Profile

« Previous | Next » 

Revision 60538

[Monitor Dashboard | Trunk]: Remove dashboard from development. Add canActivateChild on monitor guard.

View differences:

admin-tools-routing.module.ts
9 9
        loadChildren: '../openaireLibrary/dashboard/entity/entities.module#EntitiesModule',
10 10
        pathMatch: 'full'
11 11
      },
12
      {
12
     /* {
13 13
        path: 'classContents',
14 14
        loadChildren: '../openaireLibrary/dashboard/divhelpcontent/div-help-contents.module#DivHelpContentsModule'
15 15
      },
......
57 57
        path: 'pageContents/edit',
58 58
        loadChildren: '../openaireLibrary/dashboard/helpTexts/edit-page-help-content.module#EditPageHelpContentModule',
59 59
        pathMatch: 'full'
60
      }
60
      }*/
61 61
    ])
62 62
  ]
63 63
})

Also available in: Unified diff