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>
This commit is contained in:
2016-09-07 08:21:52 +02:00
parent 267b229e13
commit bfcabd7925
6 changed files with 86 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
<div *ngFor="let duck of ducks" (click)="gotoDetail(duck)">
{{ duck.color }}
</div>
<duck-search></duck-search>