From 942919ac57ae0f31dd5bbd9ac74a774ce75b2cb8 Mon Sep 17 00:00:00 2001 From: Yunus Emre Kalkan Date: Tue, 23 Sep 2025 13:56:13 +0300 Subject: [PATCH] Added AngularInstallationInfo for identity module --- .../AngularInstallationInfo.json | 45 +++++++++++++++++++ .../Volo.Abp.Identity.Installer.csproj | 2 + 2 files changed, 47 insertions(+) create mode 100644 modules/identity/src/Volo.Abp.Identity.Installer/AngularInstallationInfo.json diff --git a/modules/identity/src/Volo.Abp.Identity.Installer/AngularInstallationInfo.json b/modules/identity/src/Volo.Abp.Identity.Installer/AngularInstallationInfo.json new file mode 100644 index 0000000000..93b13bec02 --- /dev/null +++ b/modules/identity/src/Volo.Abp.Identity.Installer/AngularInstallationInfo.json @@ -0,0 +1,45 @@ +{ + "packages":[ + { + "name": "@abp/ng.identity", + "appRoutingModuleConfiguration":{ + "routes":[ + "{ path: 'identity', loadChildren: () => import('@abp/ng.identity').then(c => c.createRoutes()),}" + ] + }, + "appModuleConfiguration":{ + "imports":[ + { + "names":[ + "provideIdentityConfig" + ], + "namespace": "@abp/ng.identity/config" + } + ], + "providerNames":[ + "provideIdentityConfig()" + ] + }, + "tsJsonPathRecordConfigurations":[ + { + "name": "@abp/ng.identity", + "paths": [ + "angular/projects/@abp/ng.identity/src/public-api.ts" + ] + }, + { + "name": "@abp/ng.identity/config", + "paths": [ + "angular/projects/identity/config/src/public-api.ts" + ] + }, + { + "name": "@abp/ng.identity/proxy", + "paths": [ + "angular/projects/identity/proxy/src/public-api.ts" + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/modules/identity/src/Volo.Abp.Identity.Installer/Volo.Abp.Identity.Installer.csproj b/modules/identity/src/Volo.Abp.Identity.Installer/Volo.Abp.Identity.Installer.csproj index bed3e27a0e..13c082b34e 100644 --- a/modules/identity/src/Volo.Abp.Identity.Installer/Volo.Abp.Identity.Installer.csproj +++ b/modules/identity/src/Volo.Abp.Identity.Installer/Volo.Abp.Identity.Installer.csproj @@ -25,6 +25,8 @@ true content\ + +