Project

General

Profile

« Previous | Next » 

Revision 62103

merged branch cris-registration (r62082:HEAD)

View differences:

sources.routing.ts
5 5
import { SrDataComponent } from './sources-register/sr-data.component';
6 6
import { SrJournalComponent } from './sources-register/sr-journal.component';
7 7
import { SrAggregatorComponent } from './sources-register/sr-aggregator.component';
8
import {SrCrisComponent} from './sources-register/sr-cris.component';
8 9

  
9 10
const sourcesRoutes: Routes = [
10 11
  {
......
33 34
          {
34 35
            path: 'aggregator',
35 36
            component: SrAggregatorComponent
37
          },
38
          {
39
            path: 'cris',
40
            component: SrCrisComponent
36 41
          }
37 42
        ]
38 43
      },
39 44
    ]
40
    // path: '',
41
    // component: SourcesRegisterComponent,
42
    // children: [
43
    //   {
44
    //     path: 'literature',
45
    //     component: SrLiteratureComponent
46
    //   },
47
    //   {
48
    //     path: 'data',
49
    //     component: SrDataComponent
50
    //   },
51
    //   {
52
    //     path: 'journal',
53
    //     component: SrJournalComponent
54
    //   },
55
    //   {
56
    //     path: 'aggregator',
57
    //     component: SrAggregatorComponent
58
    //   }
59
    // ]
60 45
  }
61 46
];
62 47

  

Also available in: Unified diff