666
This commit is contained in:
@ -3,9 +3,18 @@ import { CommonModule } from '@angular/common';
|
||||
import { SharedModule } from '@shared';
|
||||
import { PartnerRoutingModule } from './partner-routing.module';
|
||||
import { PartnerBusinessStatisticsIndexComponent } from './business-statistics/components/index/index.component';
|
||||
import { ParterChannelSalesListComponent } from './channel-sales/components/list/list.component';
|
||||
import { ParterChannelSalesEditComponent } from './channel-sales/components/edit/edit.component';
|
||||
import { ParterLevelConfigEditComponent } from './level-config/components/edit/edit.component';
|
||||
import { ParterLevelConfigListComponent } from './level-config/components/list/list.component';
|
||||
|
||||
const COMPONENTS: any[] = [
|
||||
PartnerBusinessStatisticsIndexComponent];
|
||||
PartnerBusinessStatisticsIndexComponent,
|
||||
ParterChannelSalesListComponent,
|
||||
ParterChannelSalesEditComponent,
|
||||
ParterLevelConfigListComponent,
|
||||
ParterLevelConfigEditComponent
|
||||
];
|
||||
@NgModule({
|
||||
declarations: [...COMPONENTS],
|
||||
imports: [CommonModule, PartnerRoutingModule, SharedModule]
|
||||
|
||||
Reference in New Issue
Block a user