Skip to content

Commit 942919a

Browse files
committed
Added AngularInstallationInfo for identity module
1 parent bbbe175 commit 942919a

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"packages":[
3+
{
4+
"name": "@abp/ng.identity",
5+
"appRoutingModuleConfiguration":{
6+
"routes":[
7+
"{ path: 'identity', loadChildren: () => import('@abp/ng.identity').then(c => c.createRoutes()),}"
8+
]
9+
},
10+
"appModuleConfiguration":{
11+
"imports":[
12+
{
13+
"names":[
14+
"provideIdentityConfig"
15+
],
16+
"namespace": "@abp/ng.identity/config"
17+
}
18+
],
19+
"providerNames":[
20+
"provideIdentityConfig()"
21+
]
22+
},
23+
"tsJsonPathRecordConfigurations":[
24+
{
25+
"name": "@abp/ng.identity",
26+
"paths": [
27+
"angular/projects/@abp/ng.identity/src/public-api.ts"
28+
]
29+
},
30+
{
31+
"name": "@abp/ng.identity/config",
32+
"paths": [
33+
"angular/projects/identity/config/src/public-api.ts"
34+
]
35+
},
36+
{
37+
"name": "@abp/ng.identity/proxy",
38+
"paths": [
39+
"angular/projects/identity/proxy/src/public-api.ts"
40+
]
41+
}
42+
]
43+
}
44+
]
45+
}

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
<Pack>true</Pack>
2626
<PackagePath>content\</PackagePath>
2727
</Content>
28+
<None Remove="AngularInstallationInfo.json" />
29+
<Content Include="AngularInstallationInfo.json" />
2830
</ItemGroup>
2931

3032
</Project>

0 commit comments

Comments
 (0)