mirror of https://github.com/abpframework/abp
parent
3c87550ef9
commit
43db18b50e
@ -1,7 +0,0 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { AccountModule } from '@abp/ng.account';
|
||||
|
||||
@NgModule({
|
||||
imports: [AccountModule],
|
||||
})
|
||||
export class AccountWrapperModule {}
|
@ -1,7 +0,0 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { IdentityModule } from '@abp/ng.identity';
|
||||
|
||||
@NgModule({
|
||||
imports: [IdentityModule],
|
||||
})
|
||||
export class IdentityWrapperModule {}
|
@ -1,7 +0,0 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { SettingManagementModule } from '@abp/ng.setting-management';
|
||||
|
||||
@NgModule({
|
||||
imports: [SettingManagementModule],
|
||||
})
|
||||
export class SettingManagementWrapperModule {}
|
@ -1,7 +0,0 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { TenantManagementModule } from '@abp/ng.tenant-management';
|
||||
|
||||
@NgModule({
|
||||
imports: [TenantManagementModule],
|
||||
})
|
||||
export class TenantManagementWrapperModule {}
|
Loading…
Reference in new issue