Project

General

Profile

« Previous | Next » 

Revision 56925

[mergeResultLandingPages | Library]:
1. Rename 'resultLanding.module' to 'resultLandingUtils.module'
2. Add property 'searchLinkToSoftwareLanding'
3. Add files: resultLandingInfo.ts, resultLanding.module.ts, resultLanding.component.ts, resultLanding.component.html for merging result landing pages (publication, dataset, software, orp)

View differences:

deletedByInference.module.ts
7 7
 import { DeletedByInferenceComponent } from './deletedByInference.component';
8 8
 import { DeletedByInferenceService } from './deletedByInference.service';
9 9

  
10
 import {ResultLandingModule} from '../resultLanding.module';
10
import {ResultLandingUtilsModule} from '../resultLandingUtils.module';
11 11

  
12 12
 import {PagingModule}        from '../../../utils/paging.module';
13 13

  
......
16 16

  
17 17
@NgModule({
18 18
  imports: [
19
    CommonModule, FormsModule, ResultLandingModule,
19
    CommonModule, FormsModule, ResultLandingUtilsModule,
20 20
    PagingModule, ErrorMessagesModule, ShowAuthorsModule
21 21
  ],
22 22
  declarations: [

Also available in: Unified diff