Browse Source

Added AngularInstallationInfo for identity module

pull/23781/head
Yunus Emre Kalkan 5 months ago
parent
commit
942919ac57
  1. 45
      modules/identity/src/Volo.Abp.Identity.Installer/AngularInstallationInfo.json
  2. 2
      modules/identity/src/Volo.Abp.Identity.Installer/Volo.Abp.Identity.Installer.csproj

45
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"
]
}
]
}
]
}

2
modules/identity/src/Volo.Abp.Identity.Installer/Volo.Abp.Identity.Installer.csproj

@ -25,6 +25,8 @@
<Pack>true</Pack>
<PackagePath>content\</PackagePath>
</Content>
<None Remove="AngularInstallationInfo.json" />
<Content Include="AngularInstallationInfo.json" />
</ItemGroup>
</Project>

Loading…
Cancel
Save