[ADF-1744] content projection for toolbar and info drawer (#2476)

* content projection for toolbar and info drawer

* unit tests
This commit is contained in:
Denys Vuika
2017-10-16 18:21:07 +01:00
committed by Eugenio Romano
parent f8438ea2de
commit bf05b5df05
8 changed files with 173 additions and 21 deletions

View File

@@ -220,10 +220,10 @@
</mat-tab-group>
<div *ngIf="fileShowed">
<alfresco-viewer
<adf-viewer
[(showViewer)]="fileShowed"
[blobFile]="content"
[displayName]="contentName"
[overlayMode]="true">
</alfresco-viewer>
</adf-viewer>
</div>