mirror of https://github.com/abpframework/abp
#1652pull/1867/head
parent
633d1cd155
commit
5c1bcbb256
@ -0,0 +1,7 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { IdentityModule } from '@abp/ng.identity';
|
||||
|
||||
@NgModule({
|
||||
imports: [IdentityModule],
|
||||
})
|
||||
export class IdentityWrapperModule {}
|
@ -0,0 +1,7 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { SettingManagementModule } from '@abp/ng.setting-management';
|
||||
|
||||
@NgModule({
|
||||
imports: [SettingManagementModule],
|
||||
})
|
||||
export class SettingManagementWrapperModule {}
|
@ -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