[new-UI | Library]: 1. result-preview.component.ts: Added property "@Input() externalUrl: string;" for external links in results. 2. result-preview.component.html: Link in results as they were when there is no "externalUrl", otherwise add: target="_blank" [href]="externalUrl+result.id".
[new-UI | Library]:
1. result-preview.component.ts: Added property "@Input() externalUrl: string;" for external links in results.
2. result-preview.component.html: Link in results as they were when there is no "externalUrl", otherwise add: target="_blank" [href]="externalUrl+result.id".