|
|
@ -2,7 +2,6 @@ import { eLayoutType, RoutesService, SettingTabsService } from '@abp/ng.core'; |
|
|
import { eThemeSharedRouteNames } from '@abp/ng.theme.shared'; |
|
|
import { eThemeSharedRouteNames } from '@abp/ng.theme.shared'; |
|
|
import { APP_INITIALIZER } from '@angular/core'; |
|
|
import { APP_INITIALIZER } from '@angular/core'; |
|
|
import { debounceTime, map } from 'rxjs/operators'; |
|
|
import { debounceTime, map } from 'rxjs/operators'; |
|
|
import { eSettingManagementPolicyNames } from '../enums/policy-names'; |
|
|
|
|
|
import { eSettingManagementRouteNames } from '../enums/route-names'; |
|
|
import { eSettingManagementRouteNames } from '../enums/route-names'; |
|
|
|
|
|
|
|
|
export const SETTING_MANAGEMENT_ROUTE_PROVIDERS = [ |
|
|
export const SETTING_MANAGEMENT_ROUTE_PROVIDERS = [ |
|
|
@ -22,7 +21,6 @@ export function configureRoutes(routes: RoutesService) { |
|
|
name: eSettingManagementRouteNames.Settings, |
|
|
name: eSettingManagementRouteNames.Settings, |
|
|
path: '/setting-management', |
|
|
path: '/setting-management', |
|
|
parentName: eThemeSharedRouteNames.Administration, |
|
|
parentName: eThemeSharedRouteNames.Administration, |
|
|
requiredPolicy: eSettingManagementPolicyNames.Settings, |
|
|
|
|
|
layout: eLayoutType.application, |
|
|
layout: eLayoutType.application, |
|
|
order: 100, |
|
|
order: 100, |
|
|
iconClass: 'fa fa-cog', |
|
|
iconClass: 'fa fa-cog', |
|
|
|