2021-12-01 15:55:25 +01:00
|
|
|
<img *ngIf="!isLocalUrl" [src]="icon" [alt]="showAlt ? modNameTranslated : ''" [attr.role]="!showAlt ? 'presentation' : null"
|
2023-03-14 18:20:11 +01:00
|
|
|
class="core-module-icon" [class.no-filter]="noFilter" core-external-content [component]="linkIconWithComponent ? modname : null"
|
2021-12-01 15:55:25 +01:00
|
|
|
[componentId]="linkIconWithComponent ? componentId : null" (error)="loadFallbackIcon()">
|
|
|
|
<img *ngIf="isLocalUrl" [src]="icon" [alt]="showAlt ? modNameTranslated : ''" [attr.role]="!showAlt ? 'presentation' : null"
|
2023-03-14 18:20:11 +01:00
|
|
|
class="core-module-icon" [class.no-filter]="noFilter" (error)="loadFallbackIcon()">
|