Project

General

Profile

« Previous | Next » 

Revision 58240

[Library | Landing-redesign]: Move all related interfaces to result-preview

View differences:

highlight.component.ts
1 1
import {Component, Input, OnInit} from "@angular/core";
2 2
import {StringUtils} from "../../../utils/string-utils.class";
3
import {Organization, Project} from "../../../utils/entities/searchResult";
3
import {Organization, Project} from "../../../utils/result-preview/result-preview";
4 4

  
5 5
export interface Keyword {
6 6
  field: string,
......
68 68
    }
69 69
    return false;
70 70
  }
71
}
71
}

Also available in: Unified diff