Tri des DZs par "isFavorite" et affichage

de l'étoile
This commit is contained in:
Sébastien André
2019-12-04 12:13:03 +01:00
parent ac3dec8193
commit 6091b2bffa
2 changed files with 3 additions and 0 deletions

View File

@@ -33,6 +33,8 @@
<mat-autocomplete #autoDropZone="matAutocomplete" [displayWith]="displayFn">
<mat-option *ngFor="let dropZone of listOfDropZone" [value]="dropZone">
{{dropZone.name}}
<img src="../../assets/img/favorite.png" alt="favorite DZ" *ngIf="dropZone.isFavorite === true"
style="width: 16px;">
</mat-option>
</mat-autocomplete>
<button mat-button *ngIf="selectedDz" matSuffix mat-icon-button aria-label="Clear" (click)="selectedDz=undefined">