解决冲突
This commit is contained in:
@ -20,6 +20,7 @@ import { ContractManagementIndexComponent } from './components/index/index.compo
|
||||
import { ContractManagementFrameComponent } from './components/contract-frame/contract-frame.component';
|
||||
import { ContractManagementTemplateDetailComponent } from './components/contract-template-detail/contract-template-detail.component';
|
||||
import { ContractManagementDetailComponent } from './components/contract-detail/contract-detail.component';
|
||||
import { ContractManagementPartnerComponent } from './components/contract-partner/contract-partner.component';
|
||||
|
||||
const COMPONENTS: any = [
|
||||
ContractManagementContractListComponent,
|
||||
@ -28,7 +29,8 @@ const COMPONENTS: any = [
|
||||
ContractManagementTemplateDetailComponent,
|
||||
ContractManagementIndexComponent,
|
||||
ContractManagementFrameComponent,
|
||||
ContractManagementDetailComponent
|
||||
ContractManagementDetailComponent,
|
||||
ContractManagementPartnerComponent
|
||||
];
|
||||
const NOTROUTECOMPONENTS: any = [];
|
||||
@NgModule({
|
||||
|
||||
Reference in New Issue
Block a user