mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
735 B
735 B
Version List component
Displays the version history of a node in a Version Manager component
Basic Usage
<adf-version-list [id]="nodeId"></adf-version-list>
Properties
Name | Type | Description |
---|---|---|
id | string | The node id you want to see the version history of. |
Details
Inside the version manager component, there is the underlying VersionListComponent. The VersionListComponent loads and displays the version history of a node.