edit
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
* @FilePath: \tms-obc-web\src\app\routes\usercenter\usercenter.module.ts
|
||||
*/
|
||||
import { NgModule } from '@angular/core';
|
||||
import { SharedModule } from '@shared';
|
||||
import { DynamicSettingModule, SharedModule } from '@shared';
|
||||
import { UserCenterComponentsDriverCaptainComponent } from './components/driver/captain/captain.component';
|
||||
import { UserCenterComponentsDriverDetailComponent } from './components/driver/detail/detail.component';
|
||||
import { UserCenterComponentsDriverComponent } from './components/driver/driver.component';
|
||||
@ -40,7 +40,7 @@ const COMPONENTS = [
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
imports: [SharedModule, UsercenterRoutingModule],
|
||||
imports: [SharedModule, UsercenterRoutingModule, DynamicSettingModule],
|
||||
declarations: [...COMPONENTS]
|
||||
})
|
||||
export class UsercenterModule {}
|
||||
|
||||
Reference in New Issue
Block a user