mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* fix app config, add extra flags for version manager * add docs and tests * update i18n strings * rename "id" to "nodeId" * automatically detect permissions * restore 'id' and mark as deprecated
16 lines
474 B
HTML
16 lines
474 B
HTML
<div class="adf-new-version-uploader-container" fxLayout="row" fxLayoutAlign="end center">
|
|
<adf-version-upload
|
|
[node]="node"
|
|
(success)="onUploadSuccess($event)"
|
|
(error)="uploadError.emit($event)">
|
|
</adf-version-upload>
|
|
</div>
|
|
<div class="adf-version-list-container">
|
|
<adf-version-list
|
|
#versionList
|
|
[node]="node"
|
|
[allowDownload]="allowDownload"
|
|
[showComments]="showComments">
|
|
</adf-version-list>
|
|
</div>
|