Browse Source

Added AngularInstallationInfo for account module

pull/23781/head
Yunus Emre Kalkan 1 year ago
parent
commit
bbbe17503c
  1. 33
      modules/account/src/Volo.Abp.Account.Installer/AngularInstallationInfo.json
  2. 2
      modules/account/src/Volo.Abp.Account.Installer/Volo.Abp.Account.Installer.csproj

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

@ -0,0 +1,33 @@
{
"packages":[
{
"name": "@abp/ng.account",
"appRoutingModuleConfiguration":{
"routes":[
"{ path: 'account', loadChildren: () => import('@abp/ng.account').then(c => c.createRoutes()),}"
]
},
"appModuleConfiguration":{
"imports":[
{
"names":[
"provideAccountConfig"
],
"namespace": "@abp/ng.account/config"
}
],
"providerNames":[
"provideAccountConfig()"
]
},
"tsJsonPathRecordConfigurations":[
{
"name": "@abp/ng.account",
"paths": [
"angular/projects/account/src/public-api.ts"
]
}
]
}
]
}

2
modules/account/src/Volo.Abp.Account.Installer/Volo.Abp.Account.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