Browse Source

Merge pull request #24371 from abpframework/update-setting-management-angular-info

Update angular installation info of setting management module
pull/24372/head
sumeyye 9 months ago
committed by GitHub
parent
commit
8a2342a6b6
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      modules/setting-management/src/Volo.Abp.SettingManagement.Installer/AngularInstallationInfo.json

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

@ -2,6 +2,7 @@
"packages":[
{
"name": "@abp/ng.setting-management",
"keepPackageInPackageJson": true,
"appRoutingModuleConfiguration":{
"routes":[
"{ path: 'setting-management', loadChildren: () => import('@abp/ng.setting-management').then(c => c.createRoutes()),}"

Loading…
Cancel
Save