fix bug
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\sys-setting\\sys-setting.module.ts
|
||||
*/
|
||||
import { NgModule } from '@angular/core';
|
||||
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { DynamicSettingModule, SharedModule } from '@shared';
|
||||
import { StaffManagementComponent } from './components/staff-management/staff-management.component';
|
||||
@ -73,6 +73,7 @@ const NOTROUTECOMPONENTS = [
|
||||
];
|
||||
@NgModule({
|
||||
declarations: [...COMPONENTS, ...NOTROUTECOMPONENTS],
|
||||
imports: [CommonModule, SysSettingRoutingModule, SharedModule, DynamicSettingModule]
|
||||
imports: [CommonModule, SysSettingRoutingModule, SharedModule, DynamicSettingModule],
|
||||
schemas: [CUSTOM_ELEMENTS_SCHEMA]
|
||||
})
|
||||
export class SysSettingModule {}
|
||||
|
||||
Reference in New Issue
Block a user