mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3443] basic printing support (#3777)
* printing service * code fixes * update code
This commit is contained in:
committed by
Eugenio Romano
parent
3857364b39
commit
c5c1aa9ecb
@@ -98,7 +98,11 @@
|
||||
</adf-info-drawer>
|
||||
</ng-template>
|
||||
|
||||
<adf-viewer [nodeId]="nodeId" [allowSidebar]="true" [sidebarTemplate]="sidebarTemplate">
|
||||
<adf-viewer
|
||||
[nodeId]="nodeId"
|
||||
[allowPrint]="true"
|
||||
[allowSidebar]="true"
|
||||
[sidebarTemplate]="sidebarTemplate">
|
||||
|
||||
<adf-viewer-toolbar-actions>
|
||||
<button mat-icon-button>
|
||||
|
Reference in New Issue
Block a user