Move to using routers

Signed-off-by: Gergely Polonkai <gergely@polonkai.eu>
This commit is contained in:
2016-09-06 15:35:20 +02:00
parent 8c0ecca40f
commit 29a0eb7f33
11 changed files with 118 additions and 45 deletions

View File

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