blob: 330d1f3c5e445ac44b5623849f8686a4003f84ba (
plain) (
blame)
1
2
3
4
5
|
<h1>Your Dashboard</h1>
<app-mini-need-list [needList]="topNeeds" jtitle="Top needs" url="/cupboard"/>
<app-mini-need-list [needList]="almostThere" jtitle="Almost there" url="/cupboard"/>
<app-mini-need-list [needList]="inBasket" jtitle="In your basket" url="/cupboard"/>
|