mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
* #1014 use document list to diplay search results * #1014 refactor pagination * #1014 documentation and scripts update * fix random erros on tests executrion * #1014 fix travis scripts and raise timeout jasmine * #1014 fix appveyor script * #1014 type nodeId
13 lines
403 B
HTML
13 lines
403 B
HTML
<div class="search-results-container">
|
|
<h1>Search results</h1>
|
|
<alfresco-search (preview)="showFile($event)"></alfresco-search>
|
|
</div>
|
|
|
|
<div *ngIf="fileShowed">
|
|
<alfresco-viewer [(showViewer)]="fileShowed"
|
|
[fileNodeId]="fileNodeId"
|
|
[overlayMode]="true">
|
|
<div class="mdl-spinner mdl-js-spinner is-active"></div>
|
|
</alfresco-viewer>
|
|
</div>
|