You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sfh-mohemm/Mohem/src/app/hmg-common/ui/detail-button/detail-button.component.html

6 lines
344 B
HTML

<ion-item (click)="onClick($event)" detail="false">
<img [src]="src" slot="start" class="icon">
<ion-label color="secondary">{{title}}</ion-label>
<img *ngIf="direction == 'ltr'" src="assets/icon/arrow.png" slot="end" class="arrow">
<img *ngIf="direction == 'rtl'" src="assets/icon/arrow-left.png" slot="end" class="arrow">
</ion-item>