添加保单模块
This commit is contained in:
		| @ -9,9 +9,10 @@ | ||||
| import { NgModule } from '@angular/core'; | ||||
| import { RouterModule, Routes } from '@angular/router'; | ||||
| import { ContractManagementContractListComponent } from './components/contract-list/contract-list.component'; | ||||
| import { ContractManagementPolicyComponent } from './components/policy/policy.component'; | ||||
| const routes: Routes = [ | ||||
|   { path: 'list', component: ContractManagementContractListComponent }, | ||||
| ]; | ||||
|   { path: 'policy', component: ContractManagementPolicyComponent }]; | ||||
|  | ||||
| @NgModule({ | ||||
|   imports: [RouterModule.forChild(routes)], | ||||
|  | ||||
		Reference in New Issue
	
	Block a user