mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
* [ADF-3324] added redirect to 404 page when the shared link is invalid * [ADF-3324] removed fdescribe * [ADF-3324] fixed documentation adding the new event
8 lines
201 B
HTML
8 lines
201 B
HTML
<ng-container *ngIf="sharedLinkId">
|
|
<adf-viewer
|
|
(invalidSharedLink)="redirectTo404()"
|
|
[sharedLinkId]="sharedLinkId"
|
|
[allowGoBack]="false">
|
|
</adf-viewer>
|
|
</ng-container>
|