mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
* adf-icon component * demo shell example page * add docs * integration with thumbnail service
8 lines
179 B
HTML
8 lines
179 B
HTML
<ng-container *ngIf="isCustom; else: default">
|
|
<mat-icon [svgIcon]="value"></mat-icon>
|
|
</ng-container>
|
|
|
|
<ng-template #default>
|
|
<mat-icon>{{ value }}</mat-icon>
|
|
</ng-template>
|