Title | Added | Status | Last reviewed |
---|---|---|---|
Version Comparison Component |
v3.9.0 |
Active |
2020-06-04 |
Displays the side by side comparison between the current target node (type, name, icon) and the new file that should update it's version.
<adf-version-comparison
[node]="aNode"
[newFileVersion]="aNewFileVersion">
</adf-version-comparison>
Name | Type | Default value | Description |
---|---|---|---|
newFileVersion | File |
New file for updating current version. | |
node | Node |
Target node. |