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:
@@ -1,3 +1,4 @@
|
||||
<div *ngFor="let duck of ducks" (click)="gotoDetail(duck)">
|
||||
{{ duck.color }}
|
||||
</div>
|
||||
<duck-search></duck-search>
|
||||
|
Reference in New Issue
Block a user