Browse Source

update: add config path for account package

pull/23781/head
sumeyye 4 months ago
parent
commit
cbca03fef6
  1. 6
      modules/account/src/Volo.Abp.Account.Installer/AngularInstallationInfo.json

6
modules/account/src/Volo.Abp.Account.Installer/AngularInstallationInfo.json

@ -26,6 +26,12 @@
"paths": [ "paths": [
"angular/projects/account/src/public-api.ts" "angular/projects/account/src/public-api.ts"
] ]
},
{
"name": "@abp/ng.account/config",
"paths": [
"angular/projects/account/config/src/public-api.ts"
]
} }
] ]
} }

Loading…
Cancel
Save