duck-booking-tool-front/app/dashboard.component.html

4 lines
88 B
HTML
Raw Normal View History

<div *ngFor="let duck of ducks" (click)="gotoDetail(duck)">
{{ duck.color }}
</div>