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.
6 lines
344 B
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> |