[ACA-2044] custom library icon consistency (#826)

* add custom library icon

* isLibrary custom type guard

* meaningfull cutom class name

* update isLibrary check for trash

* use custom image for libraries in trash

* remove duplicate subscriber

* change image source color

* remove custom class

* remove library image class

* remove custom type guard
This commit is contained in:
Cilibiu Bogdan
2018-11-26 21:36:33 +02:00
committed by Denys Vuika
parent 18b4c1bc8a
commit 647117b488
7 changed files with 14 additions and 10 deletions

View File

@@ -36,6 +36,7 @@
[selectionMode]="'single'"
[sorting]="[ 'name', 'asc' ]"
[node]="data"
[imageResolver]="imageResolver"
(node-dblclick)="navigateTo($event.detail?.node)"
(name-click)="navigateTo($event.detail?.node)">