mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
jsdoc fix and one test added in the viewer
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
<pdf-viewer [urlFile]="urlFile" ></pdf-viewer>
|
||||
</div>
|
||||
<div *ngIf="isImage()" ><img src="{{urlFile}}" id="viewer-image" class="center-element viewer-image"/></div>
|
||||
<div *ngIf="notSupportedExtension()">
|
||||
<div *ngIf="!supportedExtension()">
|
||||
<not-supported-format [urlFile]="urlFile" [nameFile]="displayName" ></not-supported-format>
|
||||
</div>
|
||||
<!-- End View Switch -->
|
||||
|
Reference in New Issue
Block a user