mirror of https://github.com/abpframework/abp.git
4 changed files with 0 additions and 28 deletions
@ -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