aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/dashboard/dashboard.component.html
blob: 6a95ecd8bd12e6d0ec22e077766b522ecb8b0156 (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="/basket"/>