Skip to content

Commit 2d4470d

Browse files
committed
Added AngularInstallationInfo for Permission Management module
1 parent 942919a commit 2d4470d

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"packages":[
3+
{
4+
"name": "@abp/ng.permission-management",
5+
"tsJsonPathRecordConfigurations":[
6+
{
7+
"name": "@abp/ng.permission-management",
8+
"paths": [
9+
"angular/projects/permission-management/src/public-api.ts"
10+
]
11+
},
12+
{
13+
"name": "@abp/ng.permission-management/proxy",
14+
"paths": [
15+
"angular/projects/permission-management/proxy/src/public-api.ts"
16+
]
17+
}
18+
]
19+
}
20+
]
21+
}

modules/permission-management/src/Volo.Abp.PermissionManagement.Installer/Volo.Abp.PermissionManagement.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)