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 9 months ago
committed by GitHub
parent
commit
3d2902991d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      modules/feature-management/src/Volo.Abp.FeatureManagement.Installer/AngularInstallationInfo.json
  2. 4
      modules/setting-management/src/Volo.Abp.SettingManagement.Installer/AngularInstallationInfo.json
  3. 4
      modules/tenant-management/src/Volo.Abp.TenantManagement.Installer/AngularInstallationInfo.json

2
modules/feature-management/src/Volo.Abp.FeatureManagement.Installer/AngularInstallationInfo.json

@ -15,8 +15,6 @@
"namespace": "@abp/ng.feature-management" "namespace": "@abp/ng.feature-management"
} }
], ],
"ngModuleImports":[
],
"providerNames":[ "providerNames":[
"provideFeatureManagementConfig()" "provideFeatureManagementConfig()"
] ]

4
modules/setting-management/src/Volo.Abp.SettingManagement.Installer/AngularInstallationInfo.json

@ -4,7 +4,7 @@
"name": "@abp/ng.setting-management", "name": "@abp/ng.setting-management",
"appRoutingModuleConfiguration":{ "appRoutingModuleConfiguration":{
"routes":[ "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":{ "appModuleConfiguration":{
@ -16,8 +16,6 @@
"namespace": "@abp/ng.setting-management/config" "namespace": "@abp/ng.setting-management/config"
} }
], ],
"ngModuleImports":[
],
"providerNames":[ "providerNames":[
"provideSettingManagementConfig()" "provideSettingManagementConfig()"
] ]

4
modules/tenant-management/src/Volo.Abp.TenantManagement.Installer/AngularInstallationInfo.json

@ -4,7 +4,7 @@
"name": "@abp/ng.tenant-management", "name": "@abp/ng.tenant-management",
"appRoutingModuleConfiguration":{ "appRoutingModuleConfiguration":{
"routes":[ "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":{ "appModuleConfiguration":{
@ -16,8 +16,6 @@
"namespace": "@abp/ng.tenant-management/config" "namespace": "@abp/ng.tenant-management/config"
} }
], ],
"ngModuleImports":[
],
"providerNames":[ "providerNames":[
"provideTenantManagementConfig()" "provideTenantManagementConfig()"
] ]

Loading…
Cancel
Save