Project

General

Profile

« Previous | Next » 

Revision 61412

Added by John Balasis almost 3 years ago

angular upgrade to v8 lts

View differences:

repository-routing.module.ts
25 25
          },
26 26
          {
27 27
            path: 'getImpact',
28
            loadChildren: './metrics/metrics.module#MetricsModule',
28
            loadChildren: () => import('./metrics/metrics.module').then(m => m.MetricsModule),
29 29
            canActivate: [AuthGuardService]
30 30
          },
31 31
          {
32 32
            path: 'aggregationHistory',
33
            loadChildren: './aggregationhistory/compatibility-monitor.module#AggregationHistoryModule',
33
            loadChildren: () => import('./aggregationhistory/compatibility-monitor.module').then(m => m.AggregationHistoryModule),
34 34
            canActivate: [AuthGuardService]
35 35
          },
36 36
          {
37 37
            path: 'events',
38
            loadChildren: './events/events.module#EventsModule',
38
            loadChildren: () => import('./events/events.module').then(m => m.EventsModule),
39 39
            canActivate: [AuthGuardService]
40 40
          },
41 41
          {

Also available in: Unified diff