mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
8 lines
219 B
HTML
8 lines
219 B
HTML
<ng-container *ngIf="sharedLinkId">
|
|
<adf-alfresco-viewer
|
|
(invalidSharedLink)="redirectTo404()"
|
|
[sharedLinkId]="sharedLinkId"
|
|
[allowGoBack]="false">
|
|
</adf-alfresco-viewer>
|
|
</ng-container>
|