From cbca03fef603caa0fcdb68481d340e28d1686094 Mon Sep 17 00:00:00 2001 From: sumeyye Date: Tue, 30 Sep 2025 09:51:15 +0300 Subject: [PATCH] update: add config path for account package --- .../Volo.Abp.Account.Installer/AngularInstallationInfo.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/account/src/Volo.Abp.Account.Installer/AngularInstallationInfo.json b/modules/account/src/Volo.Abp.Account.Installer/AngularInstallationInfo.json index 6d8007fb27..37a07a803c 100644 --- a/modules/account/src/Volo.Abp.Account.Installer/AngularInstallationInfo.json +++ b/modules/account/src/Volo.Abp.Account.Installer/AngularInstallationInfo.json @@ -26,6 +26,12 @@ "paths": [ "angular/projects/account/src/public-api.ts" ] + }, + { + "name": "@abp/ng.account/config", + "paths": [ + "angular/projects/account/config/src/public-api.ts" + ] } ] }