mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ASF-1227] new adf-node-permission directive (#2154)
* directive implementation * update docs * unit tests and api docs * code improvements * simplify code * update type def and docs
This commit is contained in:
committed by
Mario Romano
parent
152e7805bc
commit
91ef0b6947
@@ -30,7 +30,9 @@
|
||||
<button md-icon-button (click)="onCreateFolderClicked($event)">
|
||||
<md-icon>create_new_folder</md-icon>
|
||||
</button>
|
||||
<button md-icon-button>
|
||||
<button md-icon-button
|
||||
adf-node-permission="delete"
|
||||
[adf-nodes]="documentList.selection">
|
||||
<md-icon>delete</md-icon>
|
||||
</button>
|
||||
|
||||
|
Reference in New Issue
Block a user