Add indicator themes page
This commit is contained in:
parent
232ffc7380
commit
ffd2122f93
|
@ -13,6 +13,10 @@ const routes: Routes = [
|
|||
path: 'methodology',
|
||||
loadChildren: () => import('./openaireLibrary/monitor/methodology/methodology.module').then(m => m.MethodologyModule)
|
||||
},
|
||||
{
|
||||
path: 'indicators/themes',
|
||||
loadChildren: () => import('./openaireLibrary/monitor/indicators/indicator-themes.module').then(m => m.IndicatorThemesModule)
|
||||
},
|
||||
{
|
||||
path: 'indicators/:type',
|
||||
loadChildren: () => import('./openaireLibrary/monitor/indicators/indicators.module').then(m => m.IndicatorsModule)
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 3f7078db16daa34bc8e34a04d760e1bb0b199d97
|
||||
Subproject commit 1bbb064a01dd1cc3685fc1777151cffa929d9cec
|
|
@ -1 +1 @@
|
|||
Subproject commit adf1b6d5f5e8fb1568615b0fc596a0f39beab3e6
|
||||
Subproject commit 14655ae3aa7a50162ef218428a0ccdee35c1aa7b
|
Loading…
Reference in New Issue