Browse Source
Merge pull request #23523 from abpframework/auto-merge/rel-9-3/3938
Merge branch dev with rel-9.3
pull/23525/head
maliming
6 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
2 additions and
8 deletions
-
modules/feature-management/src/Volo.Abp.FeatureManagement.Installer/AngularInstallationInfo.json
-
modules/setting-management/src/Volo.Abp.SettingManagement.Installer/AngularInstallationInfo.json
-
modules/tenant-management/src/Volo.Abp.TenantManagement.Installer/AngularInstallationInfo.json
|
|
|
@ -15,8 +15,6 @@ |
|
|
|
"namespace": "@abp/ng.feature-management" |
|
|
|
} |
|
|
|
], |
|
|
|
"ngModuleImports":[ |
|
|
|
], |
|
|
|
"providerNames":[ |
|
|
|
"provideFeatureManagementConfig()" |
|
|
|
] |
|
|
|
|
|
|
|
@ -4,7 +4,7 @@ |
|
|
|
"name": "@abp/ng.setting-management", |
|
|
|
"appRoutingModuleConfiguration":{ |
|
|
|
"routes":[ |
|
|
|
"{ path: 'setting-management', loadChildren: () => import('@abp/ng.setting-management').then(m => m.SettingManagementModule.forLazy()),}" |
|
|
|
"{ path: 'setting-management', loadChildren: () => import('@abp/ng.setting-management').then(c => c.createRoutes()),}" |
|
|
|
] |
|
|
|
}, |
|
|
|
"appModuleConfiguration":{ |
|
|
|
@ -16,8 +16,6 @@ |
|
|
|
"namespace": "@abp/ng.setting-management/config" |
|
|
|
} |
|
|
|
], |
|
|
|
"ngModuleImports":[ |
|
|
|
], |
|
|
|
"providerNames":[ |
|
|
|
"provideSettingManagementConfig()" |
|
|
|
] |
|
|
|
|
|
|
|
@ -4,7 +4,7 @@ |
|
|
|
"name": "@abp/ng.tenant-management", |
|
|
|
"appRoutingModuleConfiguration":{ |
|
|
|
"routes":[ |
|
|
|
"{ path: 'tenant-management', loadChildren: () => import('@abp/ng.tenant-management').then(m => m.TenantManagementModule.forLazy()),}" |
|
|
|
"{ path: 'tenant-management', loadChildren: () => import('@abp/ng.tenant-management').then(c => c.createRoutes()),}" |
|
|
|
] |
|
|
|
}, |
|
|
|
"appModuleConfiguration":{ |
|
|
|
@ -16,8 +16,6 @@ |
|
|
|
"namespace": "@abp/ng.tenant-management/config" |
|
|
|
} |
|
|
|
], |
|
|
|
"ngModuleImports":[ |
|
|
|
], |
|
|
|
"providerNames":[ |
|
|
|
"provideTenantManagementConfig()" |
|
|
|
] |
|
|
|
|