Project

General

Profile

« Previous | Next » 

Revision 62389

View differences:

sources.module.ts
4 4
import { SourcesRegisterComponent } from './sources-register.component';
5 5
import { CommonModule } from '@angular/common';
6 6
import { TabsModule } from 'ngx-bootstrap';
7
import { SrLiteratureComponent } from './sources-register/sr-literature.component';
8 7
import { ReusableComponentsModule } from '../../shared/reusablecomponents/reusable-components.module';
9 8
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
10 9
import { RepoFilter } from './sourcesPipes';
11
import { SrDataComponent } from './sources-register/sr-data.component';
12 10
import { RegisterDatasourceSelectExistingComponent } from './sources-register/register-datasource-select-existing.component';
13 11
import { SrJournalComponent } from './sources-register/sr-journal.component';
14 12
import { SrAggregatorComponent } from './sources-register/sr-aggregator.component';
......
16 14
import { RegisterExistingDatasourceComponent } from './sources-register/register-existing-datasource.component';
17 15
import { DatasourceUpdateTermsFormComponent } from '../../shared/reusablecomponents/sources-forms/datasource-update-terms-form.component';
18 16
import {SrCrisComponent} from './sources-register/sr-cris.component';
17
import {SrRepositoryComponent} from './sources-register/sr-repository.component';
19 18

  
20 19
@NgModule ({
21 20
  imports: [
......
34 33
    SourcesRegisterComponent,
35 34
    RegisterNewDatasourceComponent,
36 35
    RegisterExistingDatasourceComponent,
37
    SrLiteratureComponent,
38
    SrDataComponent,
36
    SrRepositoryComponent,
39 37
    SrJournalComponent,
40 38
    SrAggregatorComponent,
41 39
    SrCrisComponent,

Also available in: Unified diff