Vito 30c5c58d40
[ACA-3672] - added server order for document -list (#5899)
* [ACA-3672] - added sorting server side for document-list

* [ACA-3672] - added and fixed unit tests for backend order

* [ACA-3672] - fixed failing test

* [ACA-3672] - regenerated doc and renamed variable

Co-authored-by: Vito Albano <vitoalbano@Vitos-MacBook-Pro.local>
2020-07-23 14:04:05 +01:00

1.1 KiB

Title, Added, Status
Title Added Status
APS Content Component v2.0.0 Active

APS Content Component

Shows the content preview.

Basic Usage

<adf-content
    [contentId]="'1001'">
</adf-content>

Class members

Properties

Name Type Default value Description
id string The content id to show.
showDocumentContent boolean true Toggles showing document content.

Events

Name Type Description
contentClick EventEmitter<any> Emitted when the content is clicked.
contentLoaded EventEmitter<any> Emitted when the content has loaded.
error EventEmitter<any> Emitted when an error occurs.
thumbnailLoaded EventEmitter<any> Emitted when the thumbnail has loaded.