|
|
|
@ -16,9 +16,9 @@ import { StatisticAnalysisComponent } from './statistic-analysis/statistic-analy
|
|
|
|
|
|
|
|
|
|
const routes: Routes = [ |
|
|
|
|
{ path: 'createexam-index', component:ExaminerIndexComponent }, |
|
|
|
|
{ path: 'examiner-new-one', component:ExaminerNewOneComponent }, |
|
|
|
|
{ path: 'createexam-index/examiner-new-one', component:ExaminerNewOneComponent }, |
|
|
|
|
{ path: 'mark-papers-index',component:MarkPapersIndexComponent}, |
|
|
|
|
{ path: 'mark-papers-two',component:MarkPapersTwoComponent}, |
|
|
|
|
{ path: 'mark-papers-index/mark-papers-two',component:MarkPapersTwoComponent}, |
|
|
|
|
{ path: 'statistic-anaily',component:StatisticAnalysisComponent} |
|
|
|
|
] |
|
|
|
|
@NgModule({ |
|
|
|
|