mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +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
Eugenio Romano
parent
ac45c2dc9c
commit
9997e5a9cf
@@ -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