Project

General

Profile

« Previous | Next » 

Revision 55673

[Trunk|Library]

Landing Pages of results:
add new component showPublisher that contains information for publisher & journal
add showPublisher components in all results landing pages
add sherpa/Romeo link
parse journal information also from dataset, software, other results

View differences:

resultLanding.module.ts
12 12
import {PublishedInComponent} from './publishedIn.component';
13 13
import {AvailableOnComponent} from './availableOn.component';
14 14
import {TabTableComponent} from './tabTable.component';
15
import {ShowPublisherComponent} from "./showPublisher.component";
15 16

  
16 17
@NgModule({
17 18
  imports: [
18 19
    CommonModule, FormsModule, RouterModule, PagingModule
19 20
  ],
20 21
  declarations: [
22
    ShowPublisherComponent,
21 23
   ShowAuthorsComponent,ShowIdentifiersComponent,ShowSubjectsComponent,
22 24
   FundedByComponent,PublishedInComponent,AvailableOnComponent,TabTableComponent
23 25
  ],
24 26
  providers:[
25 27
  ],
26 28
  exports: [
27
    ShowAuthorsComponent,ShowIdentifiersComponent,ShowSubjectsComponent,
28
    FundedByComponent,PublishedInComponent,AvailableOnComponent,TabTableComponent
29
    ShowAuthorsComponent, ShowIdentifiersComponent, ShowSubjectsComponent,
30
    FundedByComponent, PublishedInComponent, AvailableOnComponent, TabTableComponent, ShowPublisherComponent
29 31
  ]
30 32
})
31 33
export class ResultLandingModule { }

Also available in: Unified diff