edit
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
*/
|
||||
import { NgModule } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { SharedModule } from '@shared';
|
||||
import { DynamicSettingModule, SharedModule } from '@shared';
|
||||
import { StaffManagementComponent } from './components/staff-management/staff-management.component';
|
||||
import { SysSettingRoutingModule } from './sys-setting-routing.module';
|
||||
import { BuyerTranspowerComponent } from './components/staff-management/transpower/transpower.component';
|
||||
@ -61,10 +61,10 @@ const NOTROUTECOMPONENTS = [
|
||||
AuditResonConfigActionModalComponent,
|
||||
CartConfigActionModalComponent,
|
||||
SettingRoleEditComponent,
|
||||
SettingMenuComponent,
|
||||
SettingMenuComponent
|
||||
];
|
||||
@NgModule({
|
||||
declarations: [...COMPONENTS, ...NOTROUTECOMPONENTS],
|
||||
imports: [CommonModule, SysSettingRoutingModule, SharedModule]
|
||||
imports: [CommonModule, SysSettingRoutingModule, SharedModule, DynamicSettingModule]
|
||||
})
|
||||
export class SysSettingModule {}
|
||||
|
||||
Reference in New Issue
Block a user