Move to using routers
Signed-off-by: Gergely Polonkai <gergely@polonkai.eu>
This commit is contained in:
3
app/dashboard.component.html
Normal file
3
app/dashboard.component.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<div *ngFor="let duck of ducks" (click)="gotoDetail(duck)">
|
||||
{{ duck.color }}
|
||||
</div>
|
Reference in New Issue
Block a user