[ADF-2136] support shared links and renditions in the Viewer (#2826)

* support previewing shared link content

* remove unused router instance

* docs update

* support 'shared links' preview in the Viewer
This commit is contained in:
Denys Vuika
2018-01-12 17:12:34 +00:00
committed by Eugenio Romano
parent 46ad98cd8b
commit 713e4bb33b
7 changed files with 123 additions and 8 deletions

View File

@@ -0,0 +1,6 @@
<ng-container *ngIf="sharedLinkId">
<adf-viewer
[sharedLinkId]="sharedLinkId"
[allowGoBack]="false">
</adf-viewer>
</ng-container>