mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* Release Note for 4.2 - Initial draft. * update dep * documentation * fix * remove script * lint Co-authored-by: Eugenio Romano <eugenio.romano@alfresco.com> Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
926 B
926 B
Title, Added, Status, Last reviewed
Title | Added | Status | Last reviewed |
---|---|---|---|
Version Comparison Component | v3.9.0 | Active | 2020-06-04 |
Version Comparison Component
Displays the side by side comparison between the current target node (type, name, icon) and the new file that should update it's version.
Basic Usage
<adf-version-comparison
[node]="aNode"
[newFileVersion]="aNewFileVersion">
</adf-version-comparison>
Class members
Properties
Name | Type | Default value | Description |
---|---|---|---|
newFileVersion | File |
New file for updating current version. | |
node | Node |
Target node. |