mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-18 14:22:35 +00:00
4 lines
207 B
HTML
4 lines
207 B
HTML
<fuse-mail-list-item *ngFor="let mail of mails" [mail]="mail" md-ripple (click)="selectMail(mail.id)"
|
|
[ngClass]="{'selected-mail':mail?.id === selectedMail?.id}">
|
|
</fuse-mail-list-item>
|