Files
alfresco-ng2-components/demo-shell-ng2/src/app/components/search/search.component.html
Mario Romano 167336f245 Refactor demo shell as CLI project (#2501)
* split interfaces

* angular cli demo refactoring

* fix test import

* fix demo script

* fix demo script

* fix demo script

* fix demo script
2017-10-22 00:02:41 +01:00

15 lines
442 B
HTML

<div class="search-results-container">
<div class="adf-search-title">{{ 'SEARCH.RESULTS'| translate }}</div>
<adf-search
[navigate]="false"
(nodeDbClick)="nodeDbClick($event)"></adf-search>
</div>
<div *ngIf="fileShowed">
<adf-viewer [(showViewer)]="fileShowed"
[fileNodeId]="fileNodeId"
[overlayMode]="true">
<mat-spinner></mat-spinner>
</adf-viewer>
</div>