mirror of https://github.com/abpframework/abp.git
committed by
GitHub
6 changed files with 111 additions and 0 deletions
@ -0,0 +1,39 @@ |
|||||
|
{ |
||||
|
"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" |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"name": "@abp/ng.account/config", |
||||
|
"paths": [ |
||||
|
"angular/projects/account/config/src/public-api.ts" |
||||
|
] |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -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" |
||||
|
] |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
] |
||||
|
} |
||||
@ -0,0 +1,21 @@ |
|||||
|
{ |
||||
|
"packages":[ |
||||
|
{ |
||||
|
"name": "@abp/ng.permission-management", |
||||
|
"tsJsonPathRecordConfigurations":[ |
||||
|
{ |
||||
|
"name": "@abp/ng.permission-management", |
||||
|
"paths": [ |
||||
|
"angular/projects/permission-management/src/public-api.ts" |
||||
|
] |
||||
|
}, |
||||
|
{ |
||||
|
"name": "@abp/ng.permission-management/proxy", |
||||
|
"paths": [ |
||||
|
"angular/projects/permission-management/proxy/src/public-api.ts" |
||||
|
] |
||||
|
} |
||||
|
] |
||||
|
} |
||||
|
] |
||||
|
} |
||||
Loading…
Reference in new issue