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\ + +