duck-booking-tool-front/app/dashboard.component.html
Gergely Polonkai bfcabd7925 Implement duck search by color
This is a very rough thing. In the final version it should provide
resilts with similar colors.

Signed-off-by: Gergely Polonkai <gergely@polonkai.eu>
2016-09-09 14:42:31 +02:00

5 lines
116 B
HTML

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