mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-1729] Mark Files and Folders as Favorite (#2466)
* favorite nodes * removed fdescribe * use Output over CustomEvent * EventEmitter any
This commit is contained in:
committed by
Denys Vuika
parent
a46cf4be64
commit
892157f01c
@@ -47,6 +47,14 @@
|
||||
[adf-nodes]="documentList.selection">
|
||||
<md-icon>delete</md-icon>
|
||||
</button>
|
||||
<button md-icon-button
|
||||
#favorite="adfFavorite"
|
||||
(toggle)="documentList.reload()"
|
||||
[adf-node-favorite]="documentList.selection">
|
||||
<md-icon>
|
||||
{{ favorite.hasFavorites() ? 'star' :'star_border' }}
|
||||
</md-icon>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<button fxFlex="0 0 auto" md-icon-button [mdMenuTriggerFor]="themePicker">
|
||||
|
Reference in New Issue
Block a user