mirror of https://github.com/abpframework/abp
parent
ee4101e967
commit
5185ca9505
@ -1,2 +1 @@
|
||||
@abp:registry=http://192.168.1.45:4873/
|
||||
@volo:registry=http://192.168.1.45:4873/
|
||||
@ -0,0 +1,7 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { TenantManagementModule } from '@abp/ng.tenant-management';
|
||||
|
||||
@NgModule({
|
||||
imports: [TenantManagementModule],
|
||||
})
|
||||
export class TenantManagementWrapperModule {}
|
||||
Loading…
Reference in new issue